Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vadim Demedes

Making Ink and other open-source projects
Collective - Host: opensource - https://opencollective.com/vadimdemedes - Website: https://vadimdemedes.com - Code: https://github.com/vadimdemedes

Merge pull request #31 from JoshuaWise/efficient-string-join

implemented a more efficient string join

github.com/vadimdemedes/better-sqlite3 - 9308439384aaa1c1f8a33e302cbb762268190cac authored over 7 years ago
improved performance of named bind parameters

github.com/vadimdemedes/better-sqlite3 - 425c03854fdb490191f65b0d2fbc8536814ae2f2 authored over 7 years ago
improved performance of named parameter binding

github.com/vadimdemedes/better-sqlite3 - 0df82a719e17835e17c8603160c1e276020d1d99 authored over 7 years ago
removed Nan string generation

github.com/vadimdemedes/better-sqlite3 - 60547179c251d5467dcc45820c8ab2af78faeb9a authored over 7 years ago
implemented a more efficient string join to improve performance of creating transactions

github.com/vadimdemedes/better-sqlite3 - 9a947fa72ba21e1d2ded7d83722b5e8dcb54082b authored over 7 years ago
fix error message typo, fix #173

github.com/vadimdemedes/mongorito - e2eeacc39d933f9471636849ff8fbbf9d6c1c4a7 authored over 7 years ago
add migration steps

github.com/vadimdemedes/mongorito - 35032a92a4305b56babdff923cc863a950372af7 authored over 7 years ago
make middleware in plugins optional

github.com/vadimdemedes/mongorito - 44644fbf1b3a018064de904d5ccae836e2a56c03 authored over 7 years ago
return null when documents were not found

github.com/vadimdemedes/mongorito - 92ccbfe0119424931f74fa4dcf309f51381c4bf1 authored over 7 years ago
removed some nan functions

github.com/vadimdemedes/better-sqlite3 - 4389f9140f016e2142c83ccb6be7bf4bf4807f21 authored over 7 years ago
removed some Nan functions

github.com/vadimdemedes/better-sqlite3 - 79dc6ec42491f59a2ec407942a987b0c14ea05b3 authored over 7 years ago
removed periods from error messages

github.com/vadimdemedes/better-sqlite3 - 35c1d200b750346061f280b2b5684f2fb59b846c authored over 7 years ago
Merge pull request #28 from JoshuaWise/custom-aggregates

Custom aggregate functions

github.com/vadimdemedes/better-sqlite3 - b2b2b8af6b1301a5b206e9b7e0fa3e4aa33ba882 authored over 7 years ago
finished writing custom aggregate tests

github.com/vadimdemedes/better-sqlite3 - f01365fc260ebd3f195a07bfd2d5be05b319f496 authored over 7 years ago
improved error message for custom functions

github.com/vadimdemedes/better-sqlite3 - 5f931e2005f228f5c5149dd4be49b1b6b63cd0f9 authored over 7 years ago
wrote almost all custom aggregate tests

github.com/vadimdemedes/better-sqlite3 - e8ef7b82fb3f7343bdf0f0ae2464c93d17411c60 authored over 7 years ago
added more empty tests

github.com/vadimdemedes/better-sqlite3 - a97e0ae2124eea63f8a7f94f809d31f630d874be authored over 7 years ago
fixed RangeErrors in tests

github.com/vadimdemedes/better-sqlite3 - 60431d645a7f747d0e366ace73556088ab811945 authored over 7 years ago
multiple custom aggregates can be registered with the same name but different argument counts

github.com/vadimdemedes/better-sqlite3 - 01ca9388e871a2c593fdc8c75189a05f9ffa4ee6 authored over 7 years ago
changed some typeerrors to rangeerrors

github.com/vadimdemedes/better-sqlite3 - 1aaaf8f3d4c3b59386509a0b9ee82c559a4dfc8a authored almost 8 years ago
improved logic and readability

github.com/vadimdemedes/better-sqlite3 - 7241536b6e9d90e630e674dfca79320c95a835de authored almost 8 years ago
improved readability

github.com/vadimdemedes/better-sqlite3 - 5ad2eaea76682e570ad8fc5c8ca184dad6e22f8f authored almost 8 years ago
moved around files

github.com/vadimdemedes/better-sqlite3 - a1404ad5af941e5659d67fc70d59e8672a73f9e1 authored almost 8 years ago
removed unneeded line

github.com/vadimdemedes/better-sqlite3 - 20c6b8c8ece2021a3add7dd2f81d234097a01fbd authored almost 8 years ago
simplified aggregate error handling

github.com/vadimdemedes/better-sqlite3 - aa4a515d2f5bd9f8705b84fba09d084e5d80021a authored almost 8 years ago
aggregate functions with no rows now return the correct result

github.com/vadimdemedes/better-sqlite3 - 4a725f65015b1d5033be3f8bda3532662a7f189c authored almost 8 years ago
Merge branch 'master' into custom-aggregates

github.com/vadimdemedes/better-sqlite3 - da7bccc682fb79e0f9040e5642adfbd3466525c1 authored almost 8 years ago
Merge pull request #30 from JoshuaWise/experimental-bind-map

Named parameter binding rewrite

github.com/vadimdemedes/better-sqlite3 - 0985983662c3c0f56eba9831887b1041a174d583 authored almost 8 years ago
improved error messages for binding parameters

github.com/vadimdemedes/better-sqlite3 - 0215d67a245fc9daaf96dccbc69b9d064f37e2e3 authored almost 8 years ago
added handlescopes to bindobject

github.com/vadimdemedes/better-sqlite3 - 39e7aca90550551c5b8615fce63a40d8caa73a94 authored almost 8 years ago
js binding errors now propagate the thrown exception

github.com/vadimdemedes/better-sqlite3 - 03713e20e77354de966af73c7f3fc10c6fea8f1d authored almost 8 years ago
added missing include

github.com/vadimdemedes/better-sqlite3 - 3aedca869e8f98e40374df4497f6659cd567103b authored almost 8 years ago
removed binding benchmarks

github.com/vadimdemedes/better-sqlite3 - 3e599c6c151310b75b04e300210f13f9362e4f6e authored almost 8 years ago
reimplemented named parameter binding for transactions

github.com/vadimdemedes/better-sqlite3 - 1b3f01dbd1f9781f18637cfe1dc762e28b1fbe2b authored almost 8 years ago
moved less-often used fields to an object in Query

github.com/vadimdemedes/better-sqlite3 - 77ea5b1723873a2a76818efdd0348fd95b124bac authored almost 8 years ago
wrote proof-of-concept for lower level bind maps

github.com/vadimdemedes/better-sqlite3 - fa3624e0516f5338d26330a47fd1912c99d7b373 authored almost 8 years ago
improved respect for DRY principle

github.com/vadimdemedes/better-sqlite3 - 62fe6e821cac6de93bb56ea992a4ea949c0303cd authored almost 8 years ago
Merge branch 'master' into custom-aggregates

github.com/vadimdemedes/better-sqlite3 - 561fd600d2102815d4ace2a21758d7c16ab281d7 authored almost 8 years ago
removed unneeded code

github.com/vadimdemedes/better-sqlite3 - f70052192a5f25dde6b285749a32f8f2d5102422 authored almost 8 years ago
improved respect for the DRY principle

github.com/vadimdemedes/better-sqlite3 - cf7d30c677fb29c7a7965ff19c30cbd1bcd93449 authored almost 8 years ago
improved MultiBinder NextAnonIndex

github.com/vadimdemedes/better-sqlite3 - 5543b5164d6719e892941f8da835f40d2a822a50 authored almost 8 years ago
improved memory alignment of c++ objects

github.com/vadimdemedes/better-sqlite3 - d898405ca3c5ade58227b538ea9ea267453bfabd authored almost 8 years ago
reduced the size of Binder objects

github.com/vadimdemedes/better-sqlite3 - 1d4c786144202f6e2039cb2b0d9068abf61b96e9 authored almost 8 years ago
removed unnecessary line

github.com/vadimdemedes/better-sqlite3 - f826efcc2d19dfb7d87f363a790a2c23bcece0af authored almost 8 years ago
added early check for generator functions

github.com/vadimdemedes/better-sqlite3 - 32e5d29536219092a383a2cc0b6ec663cd2748b1 authored almost 8 years ago
Merge branch 'master' into custom-aggregates

github.com/vadimdemedes/better-sqlite3 - 14f34e3e178ab270de2a2c467eaca0f8a361fabd authored almost 8 years ago
tweaked how int32 arguments are handled

github.com/vadimdemedes/better-sqlite3 - 6e17f91ada7803ede7928c1daa42999ed7b26c77 authored almost 8 years ago
proof-of-concept with generators

github.com/vadimdemedes/better-sqlite3 - 7cca024061702ccb9d4ed8d54a26dd410965497c authored almost 8 years ago
updated benchmark results

github.com/vadimdemedes/better-sqlite3 - 9529a7d039ec1f02e2256933ddbbe24e1bccdd84 authored almost 8 years ago
ambiguous options are not allowed

github.com/vadimdemedes/better-sqlite3 - 4f8ea38c87d56fce00f9a29c98263a2269bac396 authored almost 8 years ago
significantly improved the performance of all()

github.com/vadimdemedes/better-sqlite3 - 85612bfbe27d9630ebfbc2a79a1351e31e7a96f3 authored almost 8 years ago
minor perf optimization for each()

github.com/vadimdemedes/better-sqlite3 - c7b5d38b4ceaf154a2b6c3fb5fdf671e1f05967d authored almost 8 years ago
Merge pull request #26 from JoshuaWise/custom_functions

Added the ability to register custom SQL functions

github.com/vadimdemedes/better-sqlite3 - 0d4e3365965c12422dcb9c7648f25624c249824e authored almost 8 years ago
improved performance, change wal mode default synchronous setting, and allowed statements to be recompiled automatically following schema changes

github.com/vadimdemedes/better-sqlite3 - f3daddb53c97acd935a9a1b2e87338bc0a6a9512 authored almost 8 years ago
upon registration, registered functions will default to the safeIntegers setting of the the database

github.com/vadimdemedes/better-sqlite3 - 104179164b23c4bce065d661b4007eda99bc0bbe authored almost 8 years ago
Merge branch 'master' into custom_functions

github.com/vadimdemedes/better-sqlite3 - e23297bd9763d41b0ba11c676ca67aab859226e0 authored almost 8 years ago
Merge branch 'master' into custom_functions

github.com/vadimdemedes/better-sqlite3 - 1ac1348208cf76930fae7b6008b179a13c446956 authored almost 8 years ago
pluck() and safeIntegers() can no longer be invoked while the database is busy

github.com/vadimdemedes/better-sqlite3 - 6fff040a7ed86aceb3ebc6d7d00b1fe63719af05 authored almost 8 years ago
changed which benchmarks are default

github.com/vadimdemedes/better-sqlite3 - 3aa6c5d058ac4c19f1ae9270134cf33d2fc4d119 authored almost 8 years ago