aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/dbdump.c
Commit message (Collapse)AuthorAge
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
| | | FossilOrigin-Name: 7a876209a678a34c198b54ceef9e3c041f128a14dc73357f6a57cadadaa6cf7b
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
| | | FossilOrigin-Name: ca67f2ec0e294384c397db438605df1b47aae5f348a8de94f97286997625d169
* Output infinity as 1e999 in the ".dump" command of the command-line shell.drh2018-06-13
| | | FossilOrigin-Name: ee431d55eba618cfba414c3946b3162bc205a70dd4e43d74a7623be332b94c92
* Add new interfaces for accessing the list of SQL keywords:drh2018-04-25
| | | | | sqlite3_keyword_count(), sqlite3_keyword_name(), sqlite3_keyword_check(). FossilOrigin-Name: 7dd34e3776fed90a49344d54a1b68bb59f7957b5a8a1a367087b7cafb63111c1
* Add the new DO and NOTHING keywords to the keyword lists maintaineddrh2018-04-25
| | | | | by various extensions and auxiliary programs. FossilOrigin-Name: 77a98a0781cd8450e2100111e70526db6a51d7e58e3c505ea87f685388099e82
* Fix harmless compiler warnings in the 'dbdump' tool.mistachkin2018-03-07
| | | FossilOrigin-Name: 2b9bb2664c56dd3280b4aad05b7f64dd23e5b992b5621a48dbfdb7c358d0f3ae
* Improved \n and \r escapes in the ext/misc/dbdump.c utility function. Thedrh2017-04-12
| | | | | implementation of dbdump.c now matches the implementation in the CLI. FossilOrigin-Name: f2643315bb41a71eebd79f5d671f9163187e299a52ff8a481186f1e8fa7e5262
* Fixes to the dump logic. All appears to be working in preliminary tests.drh2017-03-13
| | | FossilOrigin-Name: 007b11e301d444361c8eff8734dc2fb968a64343c177ff30cec74a0cf76099e8
* First draft of the complete dbdump.c library.drh2017-03-13
| | | FossilOrigin-Name: 84ea4fcc52d0af02648c52989c2e69f4961071e1620382555ec59a39161a7a7d
* Infrastructure for an extension C-library to implement sqlite3_db_dump() anddrh2017-03-13
a corresponding "dbdump" command-line utility - both of which do the same work as the ".dump" command of the CLI. FossilOrigin-Name: 74c5ace498f72d7f5495203678bedd0bc540211131a4e4db7b62115d5322a288