Граф коммитов

119 Коммитов

Автор SHA1 Сообщение Дата
reed%reedloden.com 981869b961 Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-02-22 11:26:00 +00:00
jag%tty.nl 4221353fba Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 08:50:33 +00:00
sdwilsh%shawnwilsher.com fa9a0b9fce Bug 416173 - BackupDB is completely useless. r=vlad, a=damons 2008-02-09 19:05:49 +00:00
myk%mozilla.org 0575dd8932 bug 413589: enable fts3 (full text index) sqlite module; r=sdwilsh, a=damons 2008-01-29 23:34:21 +00:00
sdwilsh%shawnwilsher.com b7fbe63d85 Bug 411976 - Update the comment in mozIStorageService.idl to reflect recent SQLite changes. This is a comment change only - NPOTDB. 2008-01-25 18:18:15 +00:00
sdwilsh%shawnwilsher.com c738a80c4f Bug 408914 - Disable sqlite async IO. r=vlad 2008-01-10 03:21:56 +00:00
reed%reedloden.com 3294ec276d Bug 408914 - "Disable sqlite async IO" [p=vladimir@pobox.com (Vladimir Vukicevic [vlad]) r=sdwilsh a1.9=beltzner] 2008-01-07 08:27:25 +00:00
reed%reedloden.com 87fc52cdca Bug 409386 - "mozStorageArgvValueArray::GetString returns wrong length" [p=ondrej@allpeers.com (Ondrej Brablc) r=sdwilsh a1.9=schrep] 2007-12-22 06:09:25 +00:00
reed%reedloden.com d72c347691 Bug 385066 - "Remove preloading from mozStorage" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking1.9+] 2007-12-18 05:34:51 +00:00
reed%reedloden.com 4b8d43fb2c Bug 403068 - "Need a wrapper function for SQLite function sqlite3_column_decltype" [p=jzhang@aptana.com (john Zhang) r=sdwilsh a1.9=damons] 2007-11-13 08:26:46 +00:00
sdwilsh%shawnwilsher.com 6d02471410 Bug 395526 - Change assertions to real errors in mozStorageStatement.cpp. r=sspitzer, a=bzbarsky 2007-09-21 18:13:47 +00:00
sdwilsh%shawnwilsher.com d3b754ab84 Bug 394789 - Add a finalize() method to mozStorageStatement. r=neil, r=sspitzer, a=bzbarsky 2007-09-19 03:26:52 +00:00
dtownsend%oxymoronical.com 98cac3e936 Comment correction, no bug. 2007-09-03 14:30:45 +00:00
dtownsend%oxymoronical.com 74ee3355a9 Clarification comments for parameters, no bug. r=sdwilsh 2007-08-30 23:46:56 +00:00
sdwilsh%shawnwilsher.com 9f9c9e8932 Bug 394241 - Add a closeDatabase() method to mozStorage. r=sspitzer 2007-08-30 13:43:18 +00:00
sdwilsh%shawnwilsher.com 1b8e3ea446 Bug 393082 - Warn on unsafe usage of LIKE. r=sspitzer 2007-08-30 01:56:14 +00:00
sspitzer%mozilla.org 510da30039 unit test for bug #393952: crash when I try to VACUUM (StorageUnicodeFunctions::likeFunction() should handle null aArgv[0] and aArgv[1])
r=sdwilsh
2007-08-28 16:39:07 +00:00
sdwilsh%shawnwilsher.com a050439d90 Bug 383673 - mozStorageValueArray only asserts on out of bounds (and other cleanup). r=sspitzer 2007-08-28 15:29:49 +00:00
sspitzer%mozilla.org b9976d5426 fix for bug #393952: crash when I try to VACUUM (StorageUnicodeFunctions::likeFunction() should handle null aArgv[0] and aArgv[1])
r=sdwilsh
2007-08-28 04:43:10 +00:00
sspitzer%mozilla.org 6d27fcd5a3 fix for bug #391697: add escapeStringForLIKE to mozIStorageStatement
r=sdwilsh
2007-08-10 22:57:03 +00:00
sdwilsh%shawnwilsher.com a94543eae3 Bug 391156 - mozStorage doesn't handle unicode in LIKE, UPPER, or LOWER functions (string nit follow-up patch). r=sspitzer 2007-08-10 18:33:14 +00:00
sspitzer%mozilla.org 1c17670599 fix for bug: mozStorage doesn't handle unicode in LIKE, UPPER, or LOWER functions
patch=Shawn Wilsher <sdwilsh@mozilla.com>
r=sspitzer
2007-08-10 16:19:58 +00:00
sspitzer%mozilla.org 500dd4c4d1 fix for bug #385067: upgrade to latest version of sqlite (3.4.0)
patch=sdwilsh, rs=sspitzer

fix for bug #387609:  Add check for lastError in test_storage_progresshandler.js

patch=sdwish, r=sspitzer
2007-08-02 15:24:51 +00:00
flamingice%sourmilk.net 980f996aef Bug 386179, Stop using sqlite3ApiExit, r=sdwilsh 2007-07-25 02:18:54 +00:00
sdwilsh%shawnwilsher.com f1fbebebfa Bug 388059 - Add a getColumnIndex method to mozIStorageStatement. r=sspitzer 2007-07-19 16:30:17 +00:00
sdwilsh%shawnwilsher.com d76ef55f37 Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin 2007-07-18 16:20:13 +00:00
sdwilsh%shawnwilsher.com 6a1360ddbb Backout of Bug 306907 2007-07-16 21:32:03 +00:00
sdwilsh%shawnwilsher.com 6853438bb1 Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin 2007-07-16 21:23:30 +00:00
sdwilsh%shawnwilsher.com a829849d4f Bug 388048 - mozIStorageStatement::getParameterIndexes is useless. r=sspitzer 2007-07-15 18:03:20 +00:00
sdwilsh%shawnwilsher.com 3147e0c494 Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-11 22:20:40 +00:00
sdwilsh%shawnwilsher.com db42d23135 Backout of Bug 384526 (causes orange) 2007-07-10 17:23:36 +00:00
sdwilsh%shawnwilsher.com 8310ecbd2c Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-10 16:58:17 +00:00
jwalden%mit.edu ef68fcf595 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
sdwilsh%shawnwilsher.com 8c99a92336 Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=sdwilsh 2007-07-07 21:14:52 +00:00
sdwilsh%shawnwilsher.com 85c89ae399 Orange fix. rs=gavin.sharp 2007-07-03 22:49:42 +00:00
sdwilsh%shawnwilsher.com 04ec037d75 Fix orange. r=gavin.sharp 2007-07-03 22:33:46 +00:00
sdwilsh%shawnwilsher.com 1b193910de Bug 386394 - Add a BackupDB method to mozIStorageConnection. r=mano 2007-07-03 20:54:37 +00:00
sdwilsh%shawnwilsher.com 2ab9f5784f Bug 365166 - crash [@ strlen] calling mozIStorageStatement::getColumnName of a statement created with "PRAGMA user_version" or "PRAGMA schema_version". Patch by Nickolay Ponomarev <asqueella@gmail.com>. r=sdwilsh 2007-07-02 22:36:41 +00:00
sdwilsh%shawnwilsher.com fc83822292 Bug 386179 - Stop using private sqlite functions. r=sspitzer 2007-07-02 17:25:37 +00:00
philringnalda%gmail.com c65379a243 Bug 386366 - Add convenience method for getting the database schema version, patch by Shawn Wilsher <sdwilsh@mozilla.com>, r=sspitzer 2007-06-30 03:32:09 +00:00
sdwilsh%shawnwilsher.com 5aeb98b789 Bug 385396 - Go back to vanilla sqlite files. r=mconnor 2007-06-22 21:34:15 +00:00
sdwilsh%shawnwilsher.com 0da5203d0f Bug 385431 - mozStorageAsyncIO.cpp:559: warning: unused variable 'message'. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh 2007-06-22 20:24:43 +00:00
sdwilsh%shawnwilsher.com 681dd890b2 Bug 385262 - NOTREACHED called before logging. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh 2007-06-21 23:52:18 +00:00
sdwilsh%shawnwilsher.com a02e0363a3 Bug 341137 - Upgrade to latest version of sqlite (take 2). r=vladimir 2007-06-21 03:17:27 +00:00
sdwilsh%shawnwilsher.com 90e35c5345 Backout of Bug 341137 2007-06-19 23:47:39 +00:00
sdwilsh%shawnwilsher.com 13ecb97542 Bug 341137 - Upgrade to latest version of sqlite. r=vladimir 2007-06-19 19:54:02 +00:00
sdwilsh%shawnwilsher.com a95eb5684f Bug 363024 - Calling createInstance() on mozIStorageService crashes. r=sspitzer 2007-06-19 02:22:02 +00:00
sdwilsh%shawnwilsher.com e1e1617bd1 Bug 384454 - Remove sqlite3_bind_parameter_indexes. r=sspitzer 2007-06-18 23:42:24 +00:00
dwitte%stanford.edu d5fb46c1b9 check for non-null connection in mozStorageTransaction helper. b=384224, r=sspitzer 2007-06-14 04:58:52 +00:00
sdwilsh%shawnwilsher.com 4848707dc1 Bug 383543 - mozStorageService cleanup. r=sspitzer 2007-06-12 23:31:59 +00:00