Articles on this Page
- 01/18/12--04:46:_Add the...
- 01/18/12--10:22:_Avoid overriding the...
- 01/19/12--08:57:_Make the use and...
- 01/20/12--07:05:_Cherrypick the fix from...
- 01/24/12--02:08:_Changes to the async-io...
- 01/25/12--08:29:_Fix an FTS problem...
- 01/25/12--11:04:_New ticket [edb497982c]...
- 01/25/12--11:07:_Tag changes on...
- 01/25/12--12:43:_Only invalidate the...
- 01/25/12--14:08:_Cherrypick the FTS fix...
- 01/25/12--14:09:_Tag changes on...
- 01/27/12--10:15:_New ticket [c04a8b8a4f]...
- 01/28/12--07:22:_Add support for multiple...
- 01/28/12--07:26:_Update the version...
- 01/28/12--11:14:_New ticket [232637c465]...
- 01/28/12--11:41:_Add support for IF NOT...
- 01/28/12--11:44:_Remove a couple of...
- 01/28/12--13:08:_Update the .dump command...
- 01/28/12--13:09:_Fixed ticket...
- 01/28/12--13:09:_Fixed ticket...
- 01/28/12--21:28:_New ticket [5f41597f7c]...
More Channels
- Jan 30: Projektorlampor
- Jan 30: Quand un seul et même passé...
- Jan 30: Broadcast2World
- Jan 30: La Provence - Saveurs
- Jan 23: Bakeca.it: Biglietti concerti,...
- Nov 25: caesar 's Site
- Nov 25: See Penang, Feel Penang ,...
- Nov 25: سقف سکوت
- Nov 25: Panyakorn Action 7D
- Nov 25: Fotoblog panika
- Nov 25: True Love waits!
- Jan 19: Bakeca.it: Lavoro autista,...
- Nov 25: "Pdmj.........14"
- Jan 27: Jennys tankar, foton & musik
- Nov 25: Games Board
- Jan 15: Irish Orienteering Fixtures List
- Nov 25: Oh! Jardin
- Nov 25: to infinity and beyond...
- Jan 29: Topsy - http://twitter.com/pbablog
- Nov 25: Comments for Oyler Photos and More!
- Nov 25: david's Site
- Nov 25: dragon_fly's Site
- Nov 25: Passion: Erotic Romance for Women
- Nov 25: Patricia's Site
- Nov 25: apple's Site
- Nov 25: No Freakin' Way!
- Nov 25: Paulo's Site
- Nov 25: Pinky's Site
- Nov 25: Pedrosoft
- Nov 25: . . . قافیه اندیشم...
- Nov 25: :::::joycee:::::
- Dec 23: Oak Knoll - Book Collecting
- Nov 25: octa world - from my side
- Nov 25: Old Gray Mule
- Nov 25: 全国仲人連合会[東京大...
- Dec 22: Comments for Oniazuma
- Nov 25: ON SALE EVERYDAY
- Nov 25: my fine day
- Nov 25: وبلاگ گروهی...
- Jan 28: Topsy -...
- Nov 25: ایرنای ما
- Nov 25: Owey's Site
- Nov 25: PaDaPaDi's hUt
- Nov 25: Fotoblog padre
- Nov 25: Pam's Place
- Nov 25: P A N D A R A N G E R Z
- Jan 22: Paradise of Wishes
- Jan 27: پرچنان
- Nov 25: La Fuite du Cerceau (Peau blême...
- Nov 25:
|
|
Are you the publisher? Claim this channel |
|
Channel Description:
Latest Articles in this Channel:
- 01/18/12--04:46: Add the SQLITE_WITHOUT_MSIZE and SQLITE_WITHOUT_ZONEMALLOC macros in mem1.c to disable the use of _msize() on windows and the zone memory allocator on Apple products, respectively. (chan 2557268)
- 01/18/12--10:22: Avoid overriding the malloc_usable_size symbol using the C preprocessor as this might be confusing the build on some systems. (chan 2557268)
- 01/19/12--08:57: Make the use and function of SQLITE_DYNAMIC clearer. Add assert() statement to help ensure that SQLITE_DYNAMIC is not misused. (chan 2557268)
- 01/20/12--07:05: Cherrypick the fix from [629108c8e5376f989] into the nx-devkit branch. (chan 2557268)
- 01/24/12--02:08: Changes to the async-io module so that the xFileControl method returns SQLITE_NOTFOUND when a file-control is not recognized and so that it adds the second nul-terminator byte to filenames passed to the xOpen method of the underlying VFS. (chan 2557268)
- 01/25/12--08:29: Fix an FTS problem triggered by querying for an N character prefix using an N+1 character prefix index after rows have been deleted from the FTS table. Fix for [edb497982c]. (chan 2557268)
- 01/25/12--11:04: New ticket [edb497982c] FTS n-character prefix query returns incorrect results when using an n+1 character prefix index.. (chan 2557268)
- 01/25/12--11:07: Tag changes on [/timeline?dp=c05c3fd20d93f430&n=4 | c05c3fd20d93f430]: Add comment. (chan 2557268)
- 01/25/12--12:43: Only invalidate the schema when the OP_ParseSchema opcode fails, not on any general failure of a vdbe program. (chan 2557268)
- 01/25/12--14:08: Cherrypick the FTS fix in [c05c3fd0d] into the nx-devkit branch. Ticket [edb497982c]. (chan 2557268)
- 01/25/12--14:09: Tag changes on [/timeline?dp=2a7170f03c746473&n=4 | 2a7170f03c746473]: Add comment. (chan 2557268)
- 01/27/12--10:15: New ticket [c04a8b8a4f] Trailing comments not stripped from views, invalid dumps. (chan 2557268)
- 01/28/12--07:22: Add support for multiple rows of VALUES in an INSERT statement. (chan 2557268)
- 01/28/12--07:26: Update the version number to 3.7.11 and rerun autoconf. (chan 2557268)
- 01/28/12--11:14: New ticket [232637c465] Dump code fails with 1002 columns. (chan 2557268)
- 01/28/12--11:41: Add support for IF NOT EXISTS on CREATE VIRTUAL TABLE. (chan 2557268)
- 01/28/12--11:44: Remove a couple of unnecessary nonterminals from the grammar. (chan 2557268)
- 01/28/12--13:08: Update the .dump command of the command-line shell so that it (1) avoids putting the semicolon of a DDL statement on the same line as a comment, (2) avoids long expression, even when dumping a table with many columns, and (3) avoids unnecessary quoting of the table name. This fixes tickets [c04a8b8a4f] and [232637c465]. Shell change only; no changes to the SQLite core. (chan 2557268)
- 01/28/12--13:09: Fixed ticket [c04a8b8a4f]: Trailing comments not stripped from views, invalid dumps plus 2 other changes (chan 2557268)
- 01/28/12--13:09: Fixed ticket [232637c465]: Dump code fails with 1002 columns plus 2 other changes (chan 2557268)
- 01/28/12--21:28: New ticket [5f41597f7c] sqlite3_uri_boolean defaults to true, documented as false, is a mess. (chan 2557268)
Add the SQLITE_WITHOUT_MSIZE and SQLITE_WITHOUT_ZONEMALLOC macros in mem1.c
to disable the use of _msize() on windows and the zone memory allocator
on Apple products, respectively.
Avoid overriding the malloc_usable_size symbol using the C preprocessor as
this might be confusing the build on some systems.
Make the use and function of SQLITE_DYNAMIC clearer. Add assert() statement
to help ensure that SQLITE_DYNAMIC is not misused.
Cherrypick the fix from [629108c8e5376f989] into the nx-devkit branch.
Changes to the async-io module so that the xFileControl method returns SQLITE_NOTFOUND when a file-control is not recognized and so that it adds the second nul-terminator byte to filenames passed to the xOpen method of the underlying VFS.
Fix an FTS problem triggered by querying for an N character prefix using an N+1 character prefix index after rows have been deleted from the FTS table. Fix for [edb497982c].
New ticket [edb497982c] FTS n-character prefix query returns incorrect results when using an n+1 character prefix index..
Tag changes on [/timeline?dp=c05c3fd20d93f430&n=4 | c05c3fd20d93f430]: Add comment.
Only invalidate the schema when the OP_ParseSchema opcode fails, not
on any general failure of a vdbe program.
Cherrypick the FTS fix in [c05c3fd0d] into the nx-devkit branch.
Ticket [edb497982c].
Tag changes on [/timeline?dp=2a7170f03c746473&n=4 | 2a7170f03c746473]: Add comment.
New ticket [c04a8b8a4f] Trailing comments not stripped from views, invalid dumps.
Add support for multiple rows of VALUES in an INSERT statement.
Update the version number to 3.7.11 and rerun autoconf.
New ticket [232637c465] Dump code fails with 1002 columns.
Add support for IF NOT EXISTS on CREATE VIRTUAL TABLE.
Remove a couple of unnecessary nonterminals from the grammar.
Update the .dump command of the command-line shell so that it (1) avoids
putting the semicolon of a DDL statement on the same line as a comment,
(2) avoids long expression, even when dumping a table with many columns, and
(3) avoids unnecessary quoting of the table name. This fixes tickets
[c04a8b8a4f] and [232637c465].
Shell change only; no changes to the SQLite core.
Fixed ticket [c04a8b8a4f]: Trailing comments not stripped from views, invalid dumps plus 2 other changes
Fixed ticket [232637c465]: Dump code fails with 1002 columns plus 2 other changes
New ticket [5f41597f7c] sqlite3_uri_boolean defaults to true, documented as false, is a mess.