Shawn Wilsher
|
9570940ede
|
Disable stupid test (stupidity is my own fault). Bug 444821 to fix it properly
and re-enable it.
|
2008-07-11 17:29:45 -04:00 |
|
Shawn Wilsher
|
64bb4af221
|
Bug 429986 - Provide an option for database to be asynchronous
This adds unit tests for the async storage work.
r=vlad
|
2008-07-11 15:47:38 -04:00 |
|
sdwilsh@shawnwilsher.com
|
af74a71354
|
Bug 421482 - Firefox 3 uses fsync excessively. r=shaver, a=schrep
|
2008-05-23 07:56:10 -07:00 |
|
gavin@gavinsharp.com
|
46555abf29
|
Bug 424402: Test a combination of shared and unshared database connections, patch by Ondrej Brablc <ondrej@allpeers.com>, r=shaver
|
2008-04-22 13:39:38 -07:00 |
|
sdwilsh@shawnwilsher.com
|
e99293d31f
|
Bug 423273 - Fix storage API to not break old behavior. r=shaver, sr=shaver, a=shaver
|
2008-03-24 15:14:38 -07:00 |
|
timeless@mozdev.org
|
31ea718362
|
Bug 422687 encfs makes Firefox crash at start [@ libsqlite3.so@0x30fad][@ sqlite3_exec] changing test to accept ERROR_FAILURE
|
2008-03-17 14:41:13 -07:00 |
|
timeless@mozdev.org
|
0c8d5c7187
|
Bug 422687 encfs makes Firefox crash at start [@ libsqlite3.so@0x30fad][@ sqlite3_exec] r=sdwilsh a=beltzner
|
2008-03-17 14:01:16 -07:00 |
|
reed@reedloden.com
|
b9517401cf
|
Bug 395974 - "our storage unit tests cause "WARNING: Unsafe use of LIKE detected!" warnings" (Bind the value to avoid WARNING) [p=ondrej@allpeers.com (Ondrej Brablc) r=sdwilsh]
|
2008-03-08 03:25:41 -08:00 |
|
sdwilsh@shawnwilsher.com
|
edb598a960
|
Bug 416173 - BackupDB is completely useless. r=vlad, a=damons
|
2008-02-09 11:05:49 -08:00 |
|
myk@mozilla.org
|
7826b69761
|
bug 413589: enable fts3 (full text index) sqlite module; r=sdwilsh, a=damons
|
2008-01-29 15:34:19 -08:00 |
|
reed@reedloden.com
|
4d10796a89
|
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 00:26:45 -08:00 |
|
sdwilsh@shawnwilsher.com
|
093937b7f8
|
Bug 394789 - Add a finalize() method to mozStorageStatement. r=neil, r=sspitzer, a=bzbarsky
|
2007-09-18 20:26:51 -07:00 |
|
dtownsend@oxymoronical.com
|
04b6bb4b29
|
Comment correction, no bug.
|
2007-09-03 07:30:45 -07:00 |
|
sdwilsh@shawnwilsher.com
|
7fde114bb5
|
Bug 394241 - Add a closeDatabase() method to mozStorage. r=sspitzer
|
2007-08-30 06:43:17 -07:00 |
|
sspitzer@mozilla.org
|
bb649b208e
|
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 09:39:07 -07:00 |
|
sspitzer@mozilla.org
|
43a5ee4f9b
|
fix for bug #391697: add escapeStringForLIKE to mozIStorageStatement r=sdwilsh
|
2007-08-10 15:57:02 -07:00 |
|
sspitzer@mozilla.org
|
1a216731fd
|
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 09:19:57 -07:00 |
|
sspitzer@mozilla.org
|
2f02c14d90
|
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 08:24:50 -07:00 |
|
sdwilsh@shawnwilsher.com
|
f4a1adfa6f
|
Bug 388059 - Add a getColumnIndex method to mozIStorageStatement. r=sspitzer
|
2007-07-19 09:30:17 -07:00 |
|
sdwilsh@shawnwilsher.com
|
dd849ae86d
|
Bug 388048 - mozIStorageStatement::getParameterIndexes is useless. r=sspitzer
|
2007-07-15 11:03:20 -07:00 |
|
sdwilsh@shawnwilsher.com
|
f3bf8a602d
|
Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer
|
2007-07-11 15:20:39 -07:00 |
|
sdwilsh@shawnwilsher.com
|
fe3d828231
|
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 14:14:51 -07:00 |
|
sdwilsh@shawnwilsher.com
|
d85ceaeb13
|
Orange fix. rs=gavin.sharp
|
2007-07-03 15:49:42 -07:00 |
|
sdwilsh@shawnwilsher.com
|
ea291b4aa9
|
Fix orange. r=gavin.sharp
|
2007-07-03 15:33:46 -07:00 |
|
sdwilsh@shawnwilsher.com
|
d16e27a57f
|
Bug 386394 - Add a BackupDB method to mozIStorageConnection. r=mano
|
2007-07-03 13:54:36 -07:00 |
|
sdwilsh@shawnwilsher.com
|
57eaf3d31b
|
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 15:36:41 -07:00 |
|
philringnalda@gmail.com
|
c20c3615b6
|
Bug 386366 - Add convenience method for getting the database schema version, patch by Shawn Wilsher <sdwilsh@mozilla.com>, r=sspitzer
|
2007-06-29 20:32:09 -07:00 |
|
sdwilsh@shawnwilsher.com
|
77a46d49c3
|
Bug 384454 - Remove sqlite3_bind_parameter_indexes. r=sspitzer
|
2007-06-18 16:42:23 -07:00 |
|
sdwilsh@shawnwilsher.com
|
fcda42decb
|
Bug 383619 - Get xpcshell tests for mozStorage (windows orange fix). r=rcampbell
|
2007-06-12 09:28:27 -07:00 |
|
sdwilsh@shawnwilsher.com
|
3481719cb9
|
Bug 383619 - Get xpcshell tests for mozStorage. r=vladimir
|
2007-06-11 20:59:26 -07:00 |
|