This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
91b7ec3fa9eaaa6365f7ee02011ddeef33e175eb
Mozilla
/
mozilla
/
storage
/
src
History
sdwilsh%shawnwilsher.com
f565f49b0d
Bug 408914 - Disable sqlite async IO. r=vlad
...
git-svn-id: svn://10.0.0.236/trunk@242792 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-10 03:21:56 +00:00
..
Makefile.in
Bug 408914 - Disable sqlite async IO. r=vlad
2008-01-10 03:21:56 +00:00
mozStorage.h
fix for bug
#385067
: upgrade to latest version of sqlite (3.4.0)
2007-08-02 15:24:51 +00:00
mozStorageConnection.cpp
Bug 408914 - Disable sqlite async IO. r=vlad
2008-01-10 03:21:56 +00:00
mozStorageConnection.h
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
mozStorageService.cpp
Bug 408914 - Disable sqlite async IO. r=vlad
2008-01-10 03:21:56 +00:00
mozStorageService.h
Bug 408914 - Disable sqlite async IO. r=vlad
2008-01-10 03:21:56 +00:00
mozStorageStatement.cpp
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
mozStorageStatement.h
Bug 388059 - Add a getColumnIndex method to mozIStorageStatement. r=sspitzer
2007-07-19 16:30:17 +00:00
mozStorageStatementWrapper.cpp
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
mozStorageStatementWrapper.h
…
mozStorageUnicodeFunctions.cpp
fix for bug
#393952
: crash when I try to VACUUM (StorageUnicodeFunctions::likeFunction() should handle null aArgv[0] and aArgv[1])
2007-08-28 04:43:10 +00:00
mozStorageUnicodeFunctions.h
fix for bug: mozStorage doesn't handle unicode in LIKE, UPPER, or LOWER functions
2007-08-10 16:19:58 +00:00
mozStorageValueArray.cpp
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
mozStorageValueArray.h
…