Ecosyste.ms: OpenCollective

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

Ghost

Fiercely independent, professional publishing
Collective - Host: opensource - https://opencollective.com/ghost - Website: https://ghost.org - Code: https://github.com/tryghost

don't create a new object but use the binding's objects directly instead

github.com/TryGhost/node-sqlite3 - 81c64d087a9440214839e72671322d0bb8156397 authored almost 14 years ago by Konstantin Käfer <[email protected]>
cleanup duplicate entries

github.com/TryGhost/node-sqlite3 - fb3cf5f700730f5a77dc8ac170dc93ec5f136c29 authored almost 14 years ago by Konstantin Käfer <[email protected]>
reformat package.json

github.com/TryGhost/node-sqlite3 - 094367cdd259752e438f1937973e2cca03d0009f authored almost 14 years ago by Konstantin Käfer <[email protected]>
last part of test runner removed

github.com/TryGhost/node-sqlite3 - db4b73fb03f9887c73b5d7fa9c64c361865dcac7 authored almost 14 years ago by Konstantin Käfer <[email protected]>
remove tests

github.com/TryGhost/node-sqlite3 - dd8f13efda8053236bc7ae47c16875d6c4196c76 authored almost 14 years ago by Konstantin Käfer <[email protected]>
remove directory

github.com/TryGhost/node-sqlite3 - 947fcf7de07b23d308e40497a93b50ca1f9ff133 authored almost 14 years ago by Konstantin Käfer <[email protected]>
do away with the submodule

github.com/TryGhost/node-sqlite3 - 33a834c2b4c7d6652258953643110ae01cffdae3 authored almost 14 years ago by Konstantin Käfer <[email protected]>
rename

github.com/TryGhost/node-sqlite3 - 963558f0be86a8819d4e6ec1c7f6b7d3f27587b2 authored almost 14 years ago by Konstantin Käfer <[email protected]>
more build system changes

github.com/TryGhost/node-sqlite3 - edeb77cb2ac21cf281b31e2f3c7ad6e30652e3ce authored almost 14 years ago by Konstantin Käfer <[email protected]>
throw error when using invalid indexes

github.com/TryGhost/node-sqlite3 - cdc2dc2c9f556d3f1058ebbb45975a200649e574 authored almost 14 years ago by Konstantin Käfer <[email protected]>
update test to work with current version

github.com/TryGhost/node-sqlite3 - 426a2de1b3d0354fb3ac066f24720bbd04179924 authored almost 14 years ago by Konstantin Käfer <[email protected]>
cleanup

github.com/TryGhost/node-sqlite3 - e81c2c9545bb09a5e6ac9af7a7d5b07213f7e93e authored almost 14 years ago by Konstantin Käfer <[email protected]>
update version number

github.com/TryGhost/node-sqlite3 - 693919ea6c569fdbc29a7153913abb8b839aa921 authored almost 14 years ago by Konstantin Käfer <[email protected]>
Add sqlite.js for testing.

github.com/TryGhost/node-sqlite3 - 4ca7139f50f7530ec7c4815e8e86b1d1d8a4b481 authored almost 14 years ago by Will White <[email protected]>
Remove unnecessar build script. Use node-waf for building.

github.com/TryGhost/node-sqlite3 - 6ade5d68dcae19f5e5a4ee2928e0a4b6f8fc4c0d authored almost 14 years ago by Will White <[email protected]>
Change build script and layout to be more consistent with other node C++ modules.

github.com/TryGhost/node-sqlite3 - 020494994e1425d44ff9bcf944b4db614f077a37 authored almost 14 years ago by Will White <[email protected]>
acquire proper error messages for .step()

github.com/TryGhost/node-sqlite3 - 942b2f69c8da0b2e97412692b2ce336f033f91cb authored almost 14 years ago by Konstantin Käfer <[email protected]>
copy buffer data so that we can safely call free on it later

github.com/TryGhost/node-sqlite3 - 37cccc890f3bf4c796a5485b3ec4dee17caab5b1 authored almost 14 years ago by Konstantin Käfer <[email protected]>
Adding test for killer bug, not failing yet

github.com/TryGhost/node-sqlite3 - 73f3fcae854ed53318b5231fd0355bf5f4933f48 authored almost 14 years ago by Tom MacWright <[email protected]>
add blob support to .bindObject and .bindArray functions

github.com/TryGhost/node-sqlite3 - 5230e8e1aed16356aadb68c54671480f6ed6cfdf authored almost 14 years ago by Konstantin Käfer <[email protected]>
Add blob read/write support.

github.com/TryGhost/node-sqlite3 - d1a750dc3d1db0422166b87567ac29761a43f6be authored almost 14 years ago by Will White <[email protected]>
Bump version

github.com/TryGhost/node-sqlite3 - 46eb3b2f3795b4fbce02c35c379ad6cd013362c8 authored almost 14 years ago by Orlando Vazquez <[email protected]>
Use -fPIC when we compile the object files or else we get code relocation errors

github.com/TryGhost/node-sqlite3 - c41cbf0fb9330636cbc3b100da88159fa1ebb97d authored almost 14 years ago by Orlando Vazquez <[email protected]>
Fix npm misbehaviour with package.json

github.com/TryGhost/node-sqlite3 - 6d227a91d8cd5f4c37769f015f7032072ac2ed61 authored almost 14 years ago by Orlando Vazquez <[email protected]>
Yet another wscript fix

github.com/TryGhost/node-sqlite3 - 7409927bd90fedc2be503814517231384687e51c authored almost 14 years ago by Orlando Vazquez <[email protected]>
Bump version

github.com/TryGhost/node-sqlite3 - d1e4eadafd693a50d63199f8149266909942eb91 authored almost 14 years ago by Orlando Vazquez <[email protected]>
Fix npm install problem

github.com/TryGhost/node-sqlite3 - afc3423793189f3a297e95a6746e880a74679c7a authored almost 14 years ago by Orlando Vazquez <[email protected]>
Bump version

github.com/TryGhost/node-sqlite3 - 5fc6f207616a9cf7fa87a82932158848a7b018d2 authored almost 14 years ago by Orlando Vazquez <[email protected]>
Bundle our own SQLite3 source file.

By shipping with our own sqlite source file we never depend on SQLite being
installed, and we do...

github.com/TryGhost/node-sqlite3 - a2a3970de27cbbbe5f8ce8ab2363c7d5939ed61b authored almost 14 years ago by Orlando Vazquez <[email protected]>
Added a test for error handling in Statement::fetchAll.

github.com/TryGhost/node-sqlite3 - 8c039bc4c8825d816eb7ce105bf464406e8852de authored almost 14 years ago by Steven Ashley <[email protected]>
Added error handling to Statement::FetchAll.

github.com/TryGhost/node-sqlite3 - 937902dc98f3997407b0cebbf1ffc737c85eb12d authored almost 14 years ago by Steven Ashley <[email protected]>
Fix a bug in insertMany

github.com/TryGhost/node-sqlite3 - 409251a053e4e24388ce15aa7dd2003cc4c9b2b7 authored about 14 years ago by Orlando Vazquez <[email protected]>
Set a timeout for retries when we get SQLITE_BUSY

github.com/TryGhost/node-sqlite3 - 090d71eb5afc22d19a7e89e3e533ebeb71fa638e authored about 14 years ago by Orlando Vazquez <[email protected]>
Version bump

github.com/TryGhost/node-sqlite3 - 777a4cd179a6c559c44d7321f63f4eeacc70cb28 authored about 14 years ago by Orlando Vazquez <[email protected]>
Add an insertMany method

github.com/TryGhost/node-sqlite3 - 38af2eda323626c2886cf325df993d7c53d5eac2 authored about 14 years ago by Orlando Vazquez <[email protected]>
Tweak Database#execute binding

github.com/TryGhost/node-sqlite3 - 4811a4145c62bcfa39715b9c7d7cd23a4b66d2a5 authored over 14 years ago by Orlando Vazquez <[email protected]>
Show good practice of cleaning up after statements in README

github.com/TryGhost/node-sqlite3 - 569ffde4db90a621e8e9b199beaefa0f20c07d5d authored over 14 years ago by Orlando Vazquez <[email protected]>
Update version

github.com/TryGhost/node-sqlite3 - 729b4af1e5603618c54cf19fbbfbfad54c09b767 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add a Database#execute that, given some SQL, fetches all rows.

github.com/TryGhost/node-sqlite3 - 2cbaf25a8d123091ce8df33605b03bd0b42c8167 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add a createTable function to the common test code.

github.com/TryGhost/node-sqlite3 - 2e80b78b3710fb1340d65007a0c7949e35b215db authored over 14 years ago by Orlando Vazquez <[email protected]>
Clean up tests

github.com/TryGhost/node-sqlite3 - 82c2a67495ac140a1395eea881f817865a8983d4 authored over 14 years ago by Orlando Vazquez <[email protected]>
Don't bother to create a memory pool if there are no results

github.com/TryGhost/node-sqlite3 - a3db51bf96146284afee3bf2381a44f7cee3b86e authored over 14 years ago by Orlando Vazquez <[email protected]>
Update package.json

github.com/TryGhost/node-sqlite3 - ac7dbadfefee7ef4d62fa4c0b0aa5856c7cf4951 authored over 14 years ago by Orlando Vazquez <[email protected]>
Clean up README

github.com/TryGhost/node-sqlite3 - 4bddfa7853dfaed5ae838dcc7c207d42282d693f authored over 14 years ago by Orlando Vazquez <[email protected]>
Add Database#executeScript and clean up sqlite.js

github.com/TryGhost/node-sqlite3 - 6d53991aaf2a0afebe5e7bd9d4e248ba584721b0 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add error param to example in README

github.com/TryGhost/node-sqlite3 - fa95fda372a212babf61cde06ff603004a023e8c authored over 14 years ago by Orlando Vazquez <[email protected]>
Use a linked list for `statement.step`

github.com/TryGhost/node-sqlite3 - aefb3cc4ff358bd49da338175da9b46ac0e915f0 authored over 14 years ago by Orlando Vazquez <[email protected]>
Pull out some common test code

github.com/TryGhost/node-sqlite3 - d8e7c186041fa4bd8001250e7e888a08d9bc557e authored over 14 years ago by Orlando Vazquez <[email protected]>
Put struct definitions in header

github.com/TryGhost/node-sqlite3 - a93e643cffe35b3d7b1032df1a6323c93d31dd40 authored over 14 years ago by Orlando Vazquez <[email protected]>
Pull out insertMany into a common test lib

github.com/TryGhost/node-sqlite3 - 7f34eb06b96940e4f5b728d297079812f58cf78a authored over 14 years ago by Orlando Vazquez <[email protected]>
Update README and package.json

github.com/TryGhost/node-sqlite3 - 8710ae28778e877988fa1e2ec8d17d313dae6635 authored over 14 years ago by Orlando Vazquez <[email protected]>
Make the deps from the node-waf script automatically

github.com/TryGhost/node-sqlite3 - c448d197aa7dd88e79f11a27e9bb437c1227720c authored over 14 years ago by Orlando Vazquez <[email protected]>
Add a fetchAll method to statement objects.

Due to not having to bounce in and out of JavaScript, this should make
fetching results from SEL...

github.com/TryGhost/node-sqlite3 - 4d942bc75f2a5e12a4339434b19926fbc3990396 authored over 14 years ago by Orlando Vazquez <[email protected]>
Free all of the bind pairs, not just the first

github.com/TryGhost/node-sqlite3 - a7f40ae83ef0def204c4eb904483b5fdbf413538 authored over 14 years ago by Orlando Vazquez <[email protected]>
Fix http://github.com/orlandov/node-sqlite/issues#issue/5

There was an off by one bug in the way bindings for strings were happening. A
NULL literal was b...

github.com/TryGhost/node-sqlite3 - 7c803ba4cbd78fdd653d7b3b38ff407c57dd1928 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add package.json file

github.com/TryGhost/node-sqlite3 - e3d5f50959eb875326527ef382ee5a9a3e888c48 authored over 14 years ago by Orlando Vazquez <[email protected]>
Fix a memory leak introduced when the files were split up.

Column data (name and type) should only be allocated once.

github.com/TryGhost/node-sqlite3 - 35e5534fa725dec8e80f2b4a94fe9087574712b1 authored over 14 years ago by Orlando Vazquez <[email protected]>
This wants to be run with a complete path

github.com/TryGhost/node-sqlite3 - 55f8cfb80401d6ebccc03618b6582f8948daa4e3 authored over 14 years ago by Orlando Vazquez <[email protected]>
Remove unnecessary assert (thanks to @carter-thaxton)

github.com/TryGhost/node-sqlite3 - e204b68a58804d5e2b73e015d3ecb6e653fc00e5 authored over 14 years ago by Orlando Vazquez <[email protected]>
Use async-testing for the place holder tests

github.com/TryGhost/node-sqlite3 - 9798003630cafb5bbf623dfc6ea6a01706a263af authored over 14 years ago by Orlando Vazquez <[email protected]>
Clean up files in tests/

github.com/TryGhost/node-sqlite3 - d71ef30a4c91a062c1b725974f8706b6a5bec832 authored over 14 years ago by Orlando Vazquez <[email protected]>
Get rid of debugging puts'

github.com/TryGhost/node-sqlite3 - 435c6f4721dc8c6da0426777339b8bc1eb29a3ee authored over 14 years ago by Orlando Vazquez <[email protected]>
Cache lastInsertRowID and affectedRows.

Add some options to preparing a statement. If the lastInsertedID and/or
affectedRows options are...

github.com/TryGhost/node-sqlite3 - a4c1a7567beeb1fb13df1be6c96360f07ff82663 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add integration test

github.com/TryGhost/node-sqlite3 - 858b70c37c1b0ea462e5e6c0ff30ff87c7e02853 authored over 14 years ago by Orlando Vazquez <[email protected]>
#include <stdlib.h>

github.com/TryGhost/node-sqlite3 - 54efc361a04592350b12345fcaed7b2679cc407c authored over 14 years ago by Orlando Vazquez <[email protected]>
Remove dead code

github.com/TryGhost/node-sqlite3 - ea19a5a4315a2b9d4af5f6e7ba40bda3d75ce1d0 authored over 14 years ago by Orlando Vazquez <[email protected]>
Rename the old Database#prepare method to prepareAndStep and create a simpler Database#prepare()

github.com/TryGhost/node-sqlite3 - 804d3adb291229bf83c24291fc6d6b9c8f816ced authored over 14 years ago by Orlando Vazquez <[email protected]>
Don't free bind_req->pair values if there are none.

github.com/TryGhost/node-sqlite3 - 6f0d04f03fa631e3dbf2fd25b13bec947c9f5546 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add statement#bindObject to bind placeholders using an object.

github.com/TryGhost/node-sqlite3 - 9fae3abdbe7140f6fe2f33e7f44efcec9dc1cbb2 authored over 14 years ago by Orlando Vazquez <[email protected]>
Improve awkward binding behaviour with Statement#bindArray.

github.com/TryGhost/node-sqlite3 - 27106877774747060c07bb100daeabeab5a09e57 authored over 14 years ago by Orlando Vazquez <[email protected]>
Rename the Sqlite3Db class to Database, and move it to its own file

github.com/TryGhost/node-sqlite3 - f89fa7e34431bd3ff70ab7684d29260cc6e53e4b authored over 14 years ago by Orlando Vazquez <[email protected]>
Update README

github.com/TryGhost/node-sqlite3 - 8df79cebfaf281be7bcee7636a50106358e3f2a2 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add binds tests.

github.com/TryGhost/node-sqlite3 - 9952257a73b040a74ad9d2df5eb2a59a562118a8 authored over 14 years ago by Orlando Vazquez <[email protected]>
Pull the Statement class into its own file, and move all source files to src/

github.com/TryGhost/node-sqlite3 - f7cb2ad25187b546a95b10e8d05a74445d147054 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add database source files.

github.com/TryGhost/node-sqlite3 - cf6934c6797a53ca1bcd9ed9eca009fb9f700ab0 authored over 14 years ago by Orlando Vazquez <[email protected]>
Add some reasonable default library paths

github.com/TryGhost/node-sqlite3 - 8be1a9ad6da39d9af18023c086cf4bfd6b3e834c authored over 14 years ago by Orlando Vazquez <[email protected]>
Implemented last inserted ID/affected rows count loading

github.com/TryGhost/node-sqlite3 - cd623f4c9e79eff6fbb67082e968f23bab821d7e authored over 14 years ago by Artem Kustikov <[email protected]>
return sqlite error msg from prepare

github.com/TryGhost/node-sqlite3 - ecaa58310517c1521dc394f0b6a4ea62037f5692 authored almost 15 years ago by John Wright <[email protected]>
if pkg-config fails or is not available, fallback to waf

github.com/TryGhost/node-sqlite3 - 8eaa99eb337b0e7032d786949551b3c576610438 authored almost 15 years ago by Orlando Vazquez <[email protected]>
update README

github.com/TryGhost/node-sqlite3 - 8c0989a3294b2c1613c862623bb729e9738642ea authored almost 15 years ago by Orlando Vazquez <[email protected]>
fix a subtle bug in tests

github.com/TryGhost/node-sqlite3 - d8a2589e3dd1542b7bda33e24f240cd7abb90b5f authored almost 15 years ago by Orlando Vazquez <[email protected]>
Remove vim scratch file

github.com/TryGhost/node-sqlite3 - 911cd8d941d8ecb7aa874dfcd24b5d6f1097cf2d authored almost 15 years ago by Orlando Vazquez <[email protected]>
README tweak

github.com/TryGhost/node-sqlite3 - 5dc276da0639df348c9765e05699a604aabd200d authored almost 15 years ago by Orlando Vazquez <[email protected]>
remove old test files

github.com/TryGhost/node-sqlite3 - 48eafd6ddc8b7b1ee02cfdbb1a2bbe4be38138dd authored almost 15 years ago by Orlando Vazquez <[email protected]>
update README

github.com/TryGhost/node-sqlite3 - 0c2b5f12ad01ceaa7b3c6cb23f0903d5fa01a324 authored almost 15 years ago by Orlando Vazquez <[email protected]>
remove some dead code

github.com/TryGhost/node-sqlite3 - 07baf0f08a108e80a9a34fa923f212fce1b92bae authored almost 15 years ago by Orlando Vazquez <[email protected]>
update README

github.com/TryGhost/node-sqlite3 - c380ceb53bb04d59dbeaebec1ada3ac078b5c3c4 authored almost 15 years ago by Orlando Vazquez <[email protected]>
move tests to the tests/ directory

github.com/TryGhost/node-sqlite3 - f6165b413433727827895e4375e5044e22f8ac17 authored almost 15 years ago by Orlando Vazquez <[email protected]>
free column_data once we receive SQLITE_DONE

github.com/TryGhost/node-sqlite3 - 6357f7d24f91f03e233a12713036cc8851b9c78d authored almost 15 years ago by Orlando Vazquez <[email protected]>
allocate memory for row cells once per statement execution

github.com/TryGhost/node-sqlite3 - 31d6ecf58fa09770f2759f6a96c31af15d5e6823 authored almost 15 years ago by Orlando Vazquez <[email protected]>
Don't create req structs for Statement methods.

Instead just pack the data inside the Statement object.

github.com/TryGhost/node-sqlite3 - 025b75e420ef40f1f24598ba971094e6c0a2d985 authored almost 15 years ago by Ryan Dahl <[email protected]>
Fix REQ_FUN_ARG macro

github.com/TryGhost/node-sqlite3 - ee6aa7abfdf76ef995222db1c153f136360d3f55 authored almost 15 years ago by Ryan Dahl <[email protected]>
fix crashes related to Dispose()'ing of functions we are currently in

github.com/TryGhost/node-sqlite3 - 7559885123f2286c587fcd0430db57b1619eed4d authored almost 15 years ago by Orlando Vazquez <[email protected]>
Remove * operator on Sqlite3Db

github.com/TryGhost/node-sqlite3 - f04f70c62831cc45ed95f02177789387e4bddbb9 authored almost 15 years ago by Ryan Dahl <[email protected]>
Remove * operator on Statement

github.com/TryGhost/node-sqlite3 - f8f40c3e927d109ae01b916ce69c3dd006dafc77 authored almost 15 years ago by Ryan Dahl <[email protected]>
Unref before callbacks are fired, and Statements should only Ref() on New and Unref() on Finalize

github.com/TryGhost/node-sqlite3 - 3ff58b6ee92edf29b2fdae66b1c7cfd13f3bd1bb authored almost 15 years ago by Orlando Vazquez <[email protected]>
update speedtest for low level bindings

github.com/TryGhost/node-sqlite3 - ec1fb7e575c98301e44c6fdd42af359ae7f31248 authored almost 15 years ago by Orlando Vazquez <[email protected]>
sort out crashes due to errornous pointer invalidation

github.com/TryGhost/node-sqlite3 - 297ff09f95e7f3d6ae02af4f8f2fd721d579a37f authored almost 15 years ago by Orlando Vazquez <[email protected]>
update speed tests

github.com/TryGhost/node-sqlite3 - e3f9d5e98bc1b67330d76bcad8ac558c16e172ff authored almost 15 years ago by Orlando Vazquez <[email protected]>
tentatively remove query queuing since it may not be exactly require

github.com/TryGhost/node-sqlite3 - ef859feb44cd8bfd4d17e7f7b4664a7067fe72a5 authored almost 15 years ago by Orlando Vazquez <[email protected]>