pjs/storage/src
Shawn Wilsher 0c9d8a25ee Bug 452836 - Optimize calls to sqlite3_prepare_v2
This changeset makes all calls pass -1 for length which indicates that the
string is null terminated.
r=Neil
2008-09-03 12:20:10 -04:00
..
Makefile.in Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorage.h fix for bug #385067: upgrade to latest version of sqlite (3.4.0) 2007-08-02 08:24:50 -07:00
mozStorageBackground.cpp Bug 448607 - Includes and comments are not accurate in mozStorageBackground.* 2008-08-27 13:05:03 -04:00
mozStorageBackground.h Bug 448607 - Includes and comments are not accurate in mozStorageBackground.* 2008-08-27 13:05:03 -04:00
mozStorageConnection.cpp Bug 452836 - Optimize calls to sqlite3_prepare_v2 2008-09-03 12:20:10 -04:00
mozStorageConnection.h Make mozIStorageConnection threadsafe - bug 448476 r=robarnold 2008-08-12 17:50:25 -07:00
mozStorageError.cpp Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageError.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageEvents.cpp Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageEvents.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageResultSet.cpp Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageResultSet.h Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageRow.cpp Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageRow.h Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageService.cpp Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageService.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageStatement.cpp Bug 452836 - Optimize calls to sqlite3_prepare_v2 2008-09-03 12:20:10 -04:00
mozStorageStatement.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageStatementWrapper.cpp Backing out changeset cf6c811e1272 (bug 407216) due to debug assertions. 2008-08-19 22:28:26 -05:00
mozStorageStatementWrapper.h
mozStorageUnicodeFunctions.cpp bug 423964 uninitialized variable, r=sdwilsh, a=beltzner 2008-03-19 15:55:34 -07:00
mozStorageUnicodeFunctions.h 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
mozStorageValueArray.cpp Bug 409386 - "mozStorageArgvValueArray::GetString returns wrong length" [p=ondrej@allpeers.com (Ondrej Brablc) r=sdwilsh a1.9=schrep] 2007-12-21 22:09:25 -08:00
mozStorageValueArray.h
mozStorageVariant.h Bug 451058 - Address post-review comments. 2008-08-29 16:46:14 -04:00