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
fix race condition when baton was deleted to early
github.com/TryGhost/node-sqlite3 - 25388bcdafd4e4a56111015d76f11f5dca3e6079 authored about 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 25388bcdafd4e4a56111015d76f11f5dca3e6079 authored about 13 years ago by Konstantin Käfer <[email protected]>
fix uv_async usage
github.com/TryGhost/node-sqlite3 - 1b0cf90fd5cc0d04787d37c95c30ee30a2c8ee9a authored about 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 1b0cf90fd5cc0d04787d37c95c30ee30a2c8ee9a authored about 13 years ago by Konstantin Käfer <[email protected]>
don't use <node/*> style includes
github.com/TryGhost/node-sqlite3 - 229facade4782701940967ccf433b10b0c6c6cd8 authored about 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 229facade4782701940967ccf433b10b0c6c6cd8 authored about 13 years ago by Konstantin Käfer <[email protected]>
merge in springmeyer's build script fixes
github.com/TryGhost/node-sqlite3 - ca1b78c68ec75a5fc9c7fba6e0e3073a3138d148 authored about 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - ca1b78c68ec75a5fc9c7fba6e0e3073a3138d148 authored about 13 years ago by Konstantin Käfer <[email protected]>
Merge branch 'master' into node-v6-old
Conflicts:
wscript
fix configure
github.com/TryGhost/node-sqlite3 - 50c1d4235f52a216b7280365df4666f9ebe1044f authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 50c1d4235f52a216b7280365df4666f9ebe1044f authored about 13 years ago by Dane Springmeyer <[email protected]>
Revert change to affected.test.js
github.com/TryGhost/node-sqlite3 - 501caf03a215e4fb9429351d37165330041e0815 authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 501caf03a215e4fb9429351d37165330041e0815 authored about 13 years ago by Dane Springmeyer <[email protected]>
handle up front error in affected.test.js
github.com/TryGhost/node-sqlite3 - 0e4d62f457d8ebb8f69d8accc463adf88823dafa authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 0e4d62f457d8ebb8f69d8accc463adf88823dafa authored about 13 years ago by Dane Springmeyer <[email protected]>
be explicit about headers
github.com/TryGhost/node-sqlite3 - 1e57acc3d9f213233b778c3f380b884fb353a7bb authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 1e57acc3d9f213233b778c3f380b884fb353a7bb authored about 13 years ago by Dane Springmeyer <[email protected]>
enable usage of boost threads instead of direct posix/pthreads usage - all tests are passing on OS X 10.7 with boost 1.47 - todo: test on linux - refs #48
github.com/TryGhost/node-sqlite3 - 357f57bbe3ab25e2aec81dc657579d107b387758 authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 357f57bbe3ab25e2aec81dc657579d107b387758 authored about 13 years ago by Dane Springmeyer <[email protected]>
add a threading compatibility shim - likely cleaner ways of doing this but we don't want to depend on boost threads unless we really have to for now
github.com/TryGhost/node-sqlite3 - 9ee3c9090b261ef66506b8b4eb8059de64b7c816 authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 9ee3c9090b261ef66506b8b4eb8059de64b7c816 authored about 13 years ago by Dane Springmeyer <[email protected]>
add ability to configure against boost threads if requested
github.com/TryGhost/node-sqlite3 - 8aec7adc5990c06aacc23b1624929e9f4bed2370 authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 8aec7adc5990c06aacc23b1624929e9f4bed2370 authored about 13 years ago by Dane Springmeyer <[email protected]>
bump to version 2.0.18
github.com/TryGhost/node-sqlite3 - a5fe5d0ab934d5d6493819f3e47d658ec2ef2d92 authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - a5fe5d0ab934d5d6493819f3e47d658ec2ef2d92 authored about 13 years ago by Dane Springmeyer <[email protected]>
update ignores
github.com/TryGhost/node-sqlite3 - 0aac382f606ad83e1a16daab9f195fda01e92015 authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 0aac382f606ad83e1a16daab9f195fda01e92015 authored about 13 years ago by Dane Springmeyer <[email protected]>
default to building against internal version of sqlite, and allow disabling by passing option to --with-sqlite3. Also update to latest sqlite version for internal copy - closes #43
github.com/TryGhost/node-sqlite3 - a7de57a9db0e23dc7b3ed701688f759a9a224e98 authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - a7de57a9db0e23dc7b3ed701688f759a9a224e98 authored about 13 years ago by Dane Springmeyer <[email protected]>
add waf lock to git ignores
github.com/TryGhost/node-sqlite3 - 114538235b2e2ba4a728855368d26ea92214488a authored about 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 114538235b2e2ba4a728855368d26ea92214488a authored about 13 years ago by Dane Springmeyer <[email protected]>
Merge pull request #42 from dpaleino/patch-1
Fix build with system-wide sqlite3 library
github.com/TryGhost/node-sqlite3 - 6148b0bbb253edd128b757682af5e0aa585318b4 authored about 13 years ago by Dane Springmeyer <[email protected]>
Fix build with system-wide sqlite3 library
github.com/TryGhost/node-sqlite3 - 813ecc1adefcd56cddeea989a20a2096ffa134b7 authored about 13 years ago by David Paleino <[email protected]>
github.com/TryGhost/node-sqlite3 - 813ecc1adefcd56cddeea989a20a2096ffa134b7 authored about 13 years ago by David Paleino <[email protected]>
first stab at 0.5.x compatibility
github.com/TryGhost/node-sqlite3 - 3b4106072a1fe724a5770d60441ba96768d0e331 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 3b4106072a1fe724a5770d60441ba96768d0e331 authored over 13 years ago by Konstantin Käfer <[email protected]>
also check Statement objects for IsConstructCall
refs #29
github.com/TryGhost/node-sqlite3 - 9f039e8277f95cbff1e715ae355770645bb025b5 authored over 13 years ago by Konstantin Käfer <[email protected]>
check for IsConstructCall
refs #29
github.com/TryGhost/node-sqlite3 - 16ac5dc717713707ca8b3bd4145f848e48eb1f14 authored over 13 years ago by Konstantin Käfer <[email protected]>
bump to version v2.0.17
github.com/TryGhost/node-sqlite3 - 4c871191b2a8dabe2cf24c2daace38b9eb6f099f authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 4c871191b2a8dabe2cf24c2daace38b9eb6f099f authored over 13 years ago by Konstantin Käfer <[email protected]>
remove memory leak from creating persistent strings
github.com/TryGhost/node-sqlite3 - 1808a78060cefab14f342922a1a40b885f90b939 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 1808a78060cefab14f342922a1a40b885f90b939 authored over 13 years ago by Konstantin Käfer <[email protected]>
ony use the static linking helper flag on darwin
github.com/TryGhost/node-sqlite3 - 4e18119b9e354291aeb540cf7a4cd0333e7538dd authored over 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 4e18119b9e354291aeb540cf7a4cd0333e7538dd authored over 13 years ago by Dane Springmeyer <[email protected]>
provide option to build and link against internal sqlite with --internal-sqlite - should consider making this default if needed - closes #13
github.com/TryGhost/node-sqlite3 - 2793ca0e31b9fdfa2ebfed6aa107f92959de2553 authored over 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 2793ca0e31b9fdfa2ebfed6aa107f92959de2553 authored over 13 years ago by Dane Springmeyer <[email protected]>
only test loading spatialite extension if it actually exists
github.com/TryGhost/node-sqlite3 - 6a7f5e590fa45d221d345d24b8507c0f5af26eb5 authored over 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 6a7f5e590fa45d221d345d24b8507c0f5af26eb5 authored over 13 years ago by Dane Springmeyer <[email protected]>
list step as dev dependency
github.com/TryGhost/node-sqlite3 - 8ad3147892907c6fc38f03185f6413ea9c583c09 authored over 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 8ad3147892907c6fc38f03185f6413ea9c583c09 authored over 13 years ago by Dane Springmeyer <[email protected]>
bump to version v2.0.16
github.com/TryGhost/node-sqlite3 - ee4dc96769dcf585c7cabb93c917c63d969a6262 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - ee4dc96769dcf585c7cabb93c917c63d969a6262 authored over 13 years ago by Konstantin Käfer <[email protected]>
exclude node 0.5
github.com/TryGhost/node-sqlite3 - afe8c93a3148d0d731774ccf951bb4f1c6b274c9 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - afe8c93a3148d0d731774ccf951bb4f1c6b274c9 authored over 13 years ago by Konstantin Käfer <[email protected]>
bump to version v2.0.15
github.com/TryGhost/node-sqlite3 - 0c0876e59e69256f70b83a4028ca1b2c419e2f8c authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 0c0876e59e69256f70b83a4028ca1b2c419e2f8c authored over 13 years ago by Konstantin Käfer <[email protected]>
allow setting custom LINKFLAGS via env setting
github.com/TryGhost/node-sqlite3 - 77a44105c5297176a605f4562e4376930a356565 authored over 13 years ago by Dane Springmeyer <[email protected]>
github.com/TryGhost/node-sqlite3 - 77a44105c5297176a605f4562e4376930a356565 authored over 13 years ago by Dane Springmeyer <[email protected]>
substitute real name
github.com/TryGhost/node-sqlite3 - 514b6a240c46d9ef3f6e476e0e475416625421b1 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 514b6a240c46d9ef3f6e476e0e475416625421b1 authored over 13 years ago by Konstantin Käfer <[email protected]>
bump to version v2.0.14
github.com/TryGhost/node-sqlite3 - 72bde180e31834628f31e18ed1e882f382e794f2 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 72bde180e31834628f31e18ed1e882f382e794f2 authored over 13 years ago by Konstantin Käfer <[email protected]>
fix compilation on libeio provided by debian (fix by @pyneo)
github.com/TryGhost/node-sqlite3 - 6127c7524f7899e2c269fe80dac24cb955a59161 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 6127c7524f7899e2c269fe80dac24cb955a59161 authored over 13 years ago by Konstantin Käfer <[email protected]>
Edited README.md via GitHub
github.com/TryGhost/node-sqlite3 - e71bce171a331c373762718c13a00a14f9a4f4ae authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - e71bce171a331c373762718c13a00a14f9a4f4ae authored over 13 years ago by Konstantin Käfer <[email protected]>
add busyTimeout and set default busy timeout to 1 second
github.com/TryGhost/node-sqlite3 - 180dde44a782b24b31ab210c8ad5cefa7141b5dc authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 180dde44a782b24b31ab210c8ad5cefa7141b5dc authored over 13 years ago by Konstantin Käfer <[email protected]>
Merge pull request #26 from audriusk/master
Fix bug when pkg-config can't find sqlite3.pc
github.com/TryGhost/node-sqlite3 - 26835acad8b3698dafb9c1cba15c77b322084222 authored over 13 years ago by Konstantin Käfer <[email protected]>
wscript: If pkg-config fails, look for local sqlite3 copy.
github.com/TryGhost/node-sqlite3 - d19cfaf8b963526338b88858b673940232f39fc4 authored over 13 years ago by Audrius Kažukauskas <[email protected]>
github.com/TryGhost/node-sqlite3 - d19cfaf8b963526338b88858b673940232f39fc4 authored over 13 years ago by Audrius Kažukauskas <[email protected]>
bump to version 2.0.13
github.com/TryGhost/node-sqlite3 - ff442d8a09ae89390b1856e5195de92f9b08600d authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - ff442d8a09ae89390b1856e5195de92f9b08600d authored over 13 years ago by Konstantin Käfer <[email protected]>
added @audriusk to contributors
github.com/TryGhost/node-sqlite3 - 77501722a001660ecf293b196bf7135a2c24657e authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 77501722a001660ecf293b196bf7135a2c24657e authored over 13 years ago by Konstantin Käfer <[email protected]>
Merge pull request #24 from audriusk/master
Fix pkg-config usage to correctly work with node-waf
github.com/TryGhost/node-sqlite3 - bde90880c4095c5a1db83b353e96837520c67f66 authored over 13 years ago by Konstantin Käfer <[email protected]>
wscript: Check for pkg-config wasn't working.
github.com/TryGhost/node-sqlite3 - a054e157f73f6ae83381b1ce19ab74342dc14942 authored over 13 years ago by Audrius Kažukauskas <[email protected]>
github.com/TryGhost/node-sqlite3 - a054e157f73f6ae83381b1ce19ab74342dc14942 authored over 13 years ago by Audrius Kažukauskas <[email protected]>
Merge pull request #23 from audriusk/master
Use pkg-config for sqlite3 if available
github.com/TryGhost/node-sqlite3 - c3b2bbc26183e7c0417dc2a64a0690ad279ffa82 authored over 13 years ago by Konstantin Käfer <[email protected]>
wscript: Use pkg-config if available.
github.com/TryGhost/node-sqlite3 - b30c9dd6ffd59a90fb02349c077999df5c3d2e97 authored over 13 years ago by Audrius Kažukauskas <[email protected]>
github.com/TryGhost/node-sqlite3 - b30c9dd6ffd59a90fb02349c077999df5c3d2e97 authored over 13 years ago by Audrius Kažukauskas <[email protected]>
Merge branch 'master' of github.com:developmentseed/node-sqlite3
github.com/TryGhost/node-sqlite3 - 68d93a538c2f31310acd918b83be9a7af9f38a86 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 68d93a538c2f31310acd918b83be9a7af9f38a86 authored over 13 years ago by Konstantin Käfer <[email protected]>
fail when sqlite3 is not installed
github.com/TryGhost/node-sqlite3 - a802325be31f9d854006d9c3766e1d40288958b3 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - a802325be31f9d854006d9c3766e1d40288958b3 authored over 13 years ago by Konstantin Käfer <[email protected]>
added call to .finalize() to readme
github.com/TryGhost/node-sqlite3 - 3e1be5cb3e5e30ed2a77916f363546b495fac2c5 authored over 13 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 3e1be5cb3e5e30ed2a77916f363546b495fac2c5 authored over 13 years ago by Konstantin Käfer <[email protected]>
tag 2.0.12
github.com/TryGhost/node-sqlite3 - 6dec9695772c96f14083888b1600037442400601 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 6dec9695772c96f14083888b1600037442400601 authored almost 14 years ago by Konstantin Käfer <[email protected]>
Merge branch 'master' of https://github.com/carter-thaxton/node-sqlite3 into carter-thaxton-master
github.com/TryGhost/node-sqlite3 - 001dcf80db283ae37bf9aa4a1824a625371fab6b authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 001dcf80db283ae37bf9aa4a1824a625371fab6b authored almost 14 years ago by Konstantin Käfer <[email protected]>
Fixing compiler issue due to nested classes not having friend status
github.com/TryGhost/node-sqlite3 - d74f2e23326b4189ed9a1b20deb313b9490efe35 authored almost 14 years ago by Carter Thaxton <[email protected]>
github.com/TryGhost/node-sqlite3 - d74f2e23326b4189ed9a1b20deb313b9490efe35 authored almost 14 years ago by Carter Thaxton <[email protected]>
implement insert/update/delete hook
github.com/TryGhost/node-sqlite3 - b8f718c7ab416864518ba3460b15595fbcdf1eba authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - b8f718c7ab416864518ba3460b15595fbcdf1eba authored almost 14 years ago by Konstantin Käfer <[email protected]>
add SQLITE_SOURCE_ID when it exists
github.com/TryGhost/node-sqlite3 - 7fa463432138a3d8e3559a4c912214256f6e8dd2 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 7fa463432138a3d8e3559a4c912214256f6e8dd2 authored almost 14 years ago by Konstantin Käfer <[email protected]>
version 2.0.11
github.com/TryGhost/node-sqlite3 - 5bc0ac79493a902b83d854e991aa82f84e00d2a4 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 5bc0ac79493a902b83d854e991aa82f84e00d2a4 authored almost 14 years ago by Konstantin Käfer <[email protected]>
whitespace fixes
github.com/TryGhost/node-sqlite3 - 7f6f64f21a6840f9149146a3275289642c5061a2 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 7f6f64f21a6840f9149146a3275289642c5061a2 authored almost 14 years ago by Konstantin Käfer <[email protected]>
add caching mode to sqlite3
github.com/TryGhost/node-sqlite3 - e90c5e22f78793d63a70b99b7e8d2f69280bd8b1 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - e90c5e22f78793d63a70b99b7e8d2f69280bd8b1 authored almost 14 years ago by Konstantin Käfer <[email protected]>
this shortcut leaks memory :/
github.com/TryGhost/node-sqlite3 - 9fcd390ab3ec7c96e6fe59db2b0728a0a92426fe authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 9fcd390ab3ec7c96e6fe59db2b0728a0a92426fe authored almost 14 years ago by Konstantin Käfer <[email protected]>
clean up async code
github.com/TryGhost/node-sqlite3 - e7a556fb924380232e4768f08244dbd73b26bbf7 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - e7a556fb924380232e4768f08244dbd73b26bbf7 authored almost 14 years ago by Konstantin Käfer <[email protected]>
expose profiling api
github.com/TryGhost/node-sqlite3 - 296fdfc3bb69d1da63e16f9105cc93b98f915e49 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 296fdfc3bb69d1da63e16f9105cc93b98f915e49 authored almost 14 years ago by Konstantin Käfer <[email protected]>
make sure node stays running long enough to deliver all async messages
github.com/TryGhost/node-sqlite3 - d1e52e1b0335e7a4b452e010218c4a38b838af66 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - d1e52e1b0335e7a4b452e010218c4a38b838af66 authored almost 14 years ago by Konstantin Käfer <[email protected]>
automatically enable tracing when there are listeners
github.com/TryGhost/node-sqlite3 - 37278a81999f46afd822591ab304b9680906cbf9 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 37278a81999f46afd822591ab304b9680906cbf9 authored almost 14 years ago by Konstantin Käfer <[email protected]>
link to wiki pages
github.com/TryGhost/node-sqlite3 - 1d6065081307d5ffa9e991a1a544cc517fa4a09a authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 1d6065081307d5ffa9e991a1a544cc517fa4a09a authored almost 14 years ago by Konstantin Käfer <[email protected]>
add features section
github.com/TryGhost/node-sqlite3 - e4d5bad3cefd33d53149e08e56ebf400feb8fcf2 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - e4d5bad3cefd33d53149e08e56ebf400feb8fcf2 authored almost 14 years ago by Konstantin Käfer <[email protected]>
add extension loading support
github.com/TryGhost/node-sqlite3 - a76fbf83c7bd1e9f4837ad34725c8e2715a3b88a authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - a76fbf83c7bd1e9f4837ad34725c8e2715a3b88a authored almost 14 years ago by Konstantin Käfer <[email protected]>
version 2.0.10
github.com/TryGhost/node-sqlite3 - 7ffb96eadcb27713b422311435bb87bf1dc1691a authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 7ffb96eadcb27713b422311435bb87bf1dc1691a authored almost 14 years ago by Konstantin Käfer <[email protected]>
Merge branch '2.1'
github.com/TryGhost/node-sqlite3 - 27369c3cd0cb42a282593daa3722722930d5dc59 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 27369c3cd0cb42a282593daa3722722930d5dc59 authored almost 14 years ago by Konstantin Käfer <[email protected]>
remove syntax errors ;)
github.com/TryGhost/node-sqlite3 - 613d0e87505e5f53aadc03d84779c776767f45df authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 613d0e87505e5f53aadc03d84779c776767f45df authored almost 14 years ago by Konstantin Käfer <[email protected]>
Merge commit 'a60ff493fcd1e3386d37a6234ba048b94d6a4871' into 2.1
github.com/TryGhost/node-sqlite3 - 8b396632c58638db65e18c2138a9ca1ba897d1da authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 8b396632c58638db65e18c2138a9ca1ba897d1da authored almost 14 years ago by Konstantin Käfer <[email protected]>
Merge branch 'master' of github.com:developmentseed/node-sqlite3
github.com/TryGhost/node-sqlite3 - 9058a541c77d0ebd6c7827ea70da2ccd387c1683 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 9058a541c77d0ebd6c7827ea70da2ccd387c1683 authored almost 14 years ago by Konstantin Käfer <[email protected]>
fail hard on logic errors
github.com/TryGhost/node-sqlite3 - a60ff493fcd1e3386d37a6234ba048b94d6a4871 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - a60ff493fcd1e3386d37a6234ba048b94d6a4871 authored almost 14 years ago by Konstantin Käfer <[email protected]>
change null_error test so that it fails before the last fix
github.com/TryGhost/node-sqlite3 - 0d4c1346ab3c269df5d2e34bb104caaafb656132 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 0d4c1346ab3c269df5d2e34bb104caaafb656132 authored almost 14 years ago by Konstantin Käfer <[email protected]>
Merge branch '2.1'
github.com/TryGhost/node-sqlite3 - f4e8adac4de4dd296b900f5e60248c2752e8b7aa authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - f4e8adac4de4dd296b900f5e60248c2752e8b7aa authored almost 14 years ago by Konstantin Käfer <[email protected]>
fix logic error when preparing takes a bit longer
github.com/TryGhost/node-sqlite3 - 807e9abfd2ef0f688516a1d8d497d2955d2fec4a authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 807e9abfd2ef0f688516a1d8d497d2955d2fec4a authored almost 14 years ago by Konstantin Käfer <[email protected]>
version 2.0.9
github.com/TryGhost/node-sqlite3 - d256972c5c691f028c563788221cbfb206016799 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - d256972c5c691f028c563788221cbfb206016799 authored almost 14 years ago by Konstantin Käfer <[email protected]>
use unsigned ints for iteration
github.com/TryGhost/node-sqlite3 - 38d4e8f084bcc4caeb38f5821da411e74f6550f8 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 38d4e8f084bcc4caeb38f5821da411e74f6550f8 authored almost 14 years ago by Konstantin Käfer <[email protected]>
enable rtree
github.com/TryGhost/node-sqlite3 - 49f42dcc5b7607716e80209a2b7e992a27598bc9 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 49f42dcc5b7607716e80209a2b7e992a27598bc9 authored almost 14 years ago by Konstantin Käfer <[email protected]>
the configure method doesn't do anything right now
github.com/TryGhost/node-sqlite3 - f53ff6a81a86fbc682e7f8b3be07166a6602a346 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - f53ff6a81a86fbc682e7f8b3be07166a6602a346 authored almost 14 years ago by Konstantin Käfer <[email protected]>
tracing test
github.com/TryGhost/node-sqlite3 - 68cfbb67e6948353d34e8524a8479ab1437d25bf authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 68cfbb67e6948353d34e8524a8479ab1437d25bf authored almost 14 years ago by Konstantin Käfer <[email protected]>
finalize the statement when the database was closed intermittently
github.com/TryGhost/node-sqlite3 - 800c61fbb4fb2eb291d164e962e8c988203c9228 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 800c61fbb4fb2eb291d164e962e8c988203c9228 authored almost 14 years ago by Konstantin Käfer <[email protected]>
return the exception object
github.com/TryGhost/node-sqlite3 - 013d9ae3c8744cc66891b436da450b4ff204a262 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 013d9ae3c8744cc66891b436da450b4ff204a262 authored almost 14 years ago by Konstantin Käfer <[email protected]>
another test
github.com/TryGhost/node-sqlite3 - cff18a2f9796c09a746cf0baec5b404fbd13ee8e authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - cff18a2f9796c09a746cf0baec5b404fbd13ee8e authored almost 14 years ago by Konstantin Käfer <[email protected]>
don't assert in case the database handle wasn't closed correctly
github.com/TryGhost/node-sqlite3 - 7964bfc50460921c6638ea1d8f4d7402b6c64312 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 7964bfc50460921c6638ea1d8f4d7402b6c64312 authored almost 14 years ago by Konstantin Käfer <[email protected]>
make sure that the async handler is properly stopped when the database is closed or destructed
github.com/TryGhost/node-sqlite3 - f904f99760affc5d28269781bf560d3300a58e3c authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - f904f99760affc5d28269781bf560d3300a58e3c authored almost 14 years ago by Konstantin Käfer <[email protected]>
remove unused macros
github.com/TryGhost/node-sqlite3 - d21e2069db474b6dcd29a7f1434911e5fb8d549e authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - d21e2069db474b6dcd29a7f1434911e5fb8d549e authored almost 14 years ago by Konstantin Käfer <[email protected]>
add capability to trace queries
github.com/TryGhost/node-sqlite3 - 4afdedfb6ef76b9d730cfd76d9826112e13def94 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 4afdedfb6ef76b9d730cfd76d9826112e13def94 authored almost 14 years ago by Konstantin Käfer <[email protected]>
less iterations
github.com/TryGhost/node-sqlite3 - 916dcac88c5508a7514235d0cd005d14010e25f5 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 916dcac88c5508a7514235d0cd005d14010e25f5 authored almost 14 years ago by Konstantin Käfer <[email protected]>
another test case
github.com/TryGhost/node-sqlite3 - 96b4a60a419a947ebc9e17d0d8a4a4039c8f4f01 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 96b4a60a419a947ebc9e17d0d8a4a4039c8f4f01 authored almost 14 years ago by Konstantin Käfer <[email protected]>
make sure the database handle is properly deallocated when opening fails
github.com/TryGhost/node-sqlite3 - eb98dc565e46a3b2c7625978dfbe3c7640697a34 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - eb98dc565e46a3b2c7625978dfbe3c7640697a34 authored almost 14 years ago by Konstantin Käfer <[email protected]>
deallocate our stuff in the destructor
github.com/TryGhost/node-sqlite3 - 8e6b8f46fa172fdf85b989400b3858cb506997b0 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 8e6b8f46fa172fdf85b989400b3858cb506997b0 authored almost 14 years ago by Konstantin Käfer <[email protected]>
make sure we delete the entire baton
github.com/TryGhost/node-sqlite3 - d7cd1cd3825c185d5e3c88b2cbbd42c0dd30fee5 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - d7cd1cd3825c185d5e3c88b2cbbd42c0dd30fee5 authored almost 14 years ago by Konstantin Käfer <[email protected]>
allow adding options easily
github.com/TryGhost/node-sqlite3 - c65cbaf560af310c47d0a3cb6f5bd6f1db9b6a7b authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - c65cbaf560af310c47d0a3cb6f5bd6f1db9b6a7b authored almost 14 years ago by Konstantin Käfer <[email protected]>
allow replacing particular parameters
github.com/TryGhost/node-sqlite3 - b0bdc8e597353bc2fa94a385df4ae9d14af40254 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - b0bdc8e597353bc2fa94a385df4ae9d14af40254 authored almost 14 years ago by Konstantin Käfer <[email protected]>
fix random "Use the new operator to create new Database objects" message
github.com/TryGhost/node-sqlite3 - 5c7de3da2eacbb12ec05aa0d0d102d6d62180d64 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 5c7de3da2eacbb12ec05aa0d0d102d6d62180d64 authored almost 14 years ago by Konstantin Käfer <[email protected]>
add #map() function that returns a hash instead of an array
github.com/TryGhost/node-sqlite3 - 04b7269517cb48b29d0d8397bc30d270678ba153 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 04b7269517cb48b29d0d8397bc30d270678ba153 authored almost 14 years ago by Konstantin Käfer <[email protected]>
version 2.0.8
github.com/TryGhost/node-sqlite3 - c7f3a8bd0ab9c63dba713ffeeb9bc998866437eb authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - c7f3a8bd0ab9c63dba713ffeeb9bc998866437eb authored almost 14 years ago by Konstantin Käfer <[email protected]>
fixes gh-12: make > 32 bit integers work for integer columns
github.com/TryGhost/node-sqlite3 - baf8e81d6bf389ad1eb0b47ae770dc0d711dae9d authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - baf8e81d6bf389ad1eb0b47ae770dc0d711dae9d authored almost 14 years ago by Konstantin Käfer <[email protected]>
2.0.7
github.com/TryGhost/node-sqlite3 - ed09d6cd54d70a82ef6bd53b4572e030dc0db9b7 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - ed09d6cd54d70a82ef6bd53b4572e030dc0db9b7 authored almost 14 years ago by Konstantin Käfer <[email protected]>
make sure that the callback is called when preparing for Database# functions
github.com/TryGhost/node-sqlite3 - a26b79dc7244215b99cf8a9ab399a1c92934275c authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - a26b79dc7244215b99cf8a9ab399a1c92934275c authored almost 14 years ago by Konstantin Käfer <[email protected]>
match code formatting
github.com/TryGhost/node-sqlite3 - 09b55954b26ce183443e1080477d5678e36c12bb authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 09b55954b26ce183443e1080477d5678e36c12bb authored almost 14 years ago by Konstantin Käfer <[email protected]>
Merge branch 'master' of https://github.com/coolaj86/node-sqlite3 into coolaj86-master
github.com/TryGhost/node-sqlite3 - 6a666dd9063354414912d809033bbcb9e13260d5 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 6a666dd9063354414912d809033bbcb9e13260d5 authored almost 14 years ago by Konstantin Käfer <[email protected]>
bump version
github.com/TryGhost/node-sqlite3 - 0bd387beaf8075b6287f7ce9b103a33f2057d991 authored almost 14 years ago by Konstantin Käfer <[email protected]>
github.com/TryGhost/node-sqlite3 - 0bd387beaf8075b6287f7ce9b103a33f2057d991 authored almost 14 years ago by Konstantin Käfer <[email protected]>