Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 descendants and 14 ancestors of 6ec6a38f086a803d
2022-11-28
| ||
15:34 | Example script using sessions check-in: 1931d2395a user: javier tags: session | |
15:33 | Add compile flags and support for Lua 5.1 check-in: e87a7342b3 user: javier tags: session | |
00:26 |
[Author: Paul K.] Add session support.
Apply patch "as is" from the github diff. check-in: 062ecf97a5 user: javier tags: session | |
2021-09-07
| ||
13:51 | Link to slqlite docs on multiple library copies. check-in: ba0ad5e0f0 user: javier tags: trunk | |
13:20 | Add note warning against statically linking separate copies of SQLite. check-in: 21108a8672 user: javier tags: trunk | |
2021-08-24
| ||
22:54 | added parametrized iterators. (feature requested in [8943e17d43]) check-in: fedab3ca58 user: javier tags: trunk | |
14:53 | tests: renamed two tests that were shadowing each other check-in: 536852d92c user: javier tags: trunk | |
2021-08-23
| ||
07:10 | Clean lint warnings check-in: 5f9ca6c6de user: javier tags: trunk | |
06:48 | Document `userdata` argument for `create_aggregate()` and `create_function()` check-in: 58f70d94c8 user: javier tags: trunk | |
2018-06-30
| ||
19:29 | Add test case for ticket [d54dc056330c] -- cannot reproduce. check-in: 697ae4953a user: e tags: trunk | |
17:35 | Update HISTORY, remove obsolete file. check-in: dd7e65e22e user: e tags: fsl_9y, trunk | |
17:23 | Update for Lua 5.4 and SQLite 3.24.0 check-in: 21ab5cda4d user: e tags: trunk | |
2016-11-15
| ||
17:53 | Change conditional tests from WIN32 to _WIN32 for lsqlite_temp_directory. check-in: 6fc7943d1d user: e tags: fsl_9x, trunk | |
2016-11-14
| ||
14:18 | Documentation updates. check-in: f294c77828 user: e tags: trunk | |
02:13 | Documentation cleanup. check-in: dbd7159ee5 user: e tags: trunk | |
2016-11-13
| ||
22:33 | Fix rockspec for Windows; separate into classic and complete rockspecs. check-in: e652be98a4 user: e tags: trunk | |
14:33 | Add libraries to rockspec for sqlite3; simplify db_db_filename. check-in: e7aa926110 user: e tags: trunk | |
2016-11-12
| ||
23:01 | Add functions db:get_ptr() and sqlite3.open_ptr(db_ptr) to pass a db connection between threads. check-in: 7d2b88fc17 user: e tags: trunk | |
21:42 | Update sqlite3 to 3.15.1 check-in: 9a9a8e3156 user: e tags: trunk | |
21:33 | Add function db:db_filename(name) check-in: fe6dfc96f6 user: e tags: trunk | |
2016-11-05
| ||
19:21 | Remove older rockspec check-in: 3cf19187bf user: e tags: trunk | |
19:12 | Update sqlite_open to sqlite_open_v2, with relevant flags defined; update wiki doc. check-in: 301059d037 user: e tags: trunk | |
2016-11-03
| ||
22:31 | New rockspec for 0.9.4 with second module 'lsqlite3complete' that statically links sqlite.c check-in: 29da4fe833 user: e tags: trunk | |
21:41 | Handle backup_init returning NULL, and add unit test for it. check-in: 3a1789e967 user: e tags: trunk | |
21:20 | Update wiki doc for new Online Backup API support. check-in: 80be7a8591 user: e tags: trunk | |
16:13 | Add GC test for Online Backup API. check-in: 1c355fc530 user: e tags: trunk | |
04:32 | Add Online Backup API. check-in: be6de29e8f user: e tags: trunk | |
2016-11-02
| ||
17:38 | Implement suggested lua_createtable() performance improvement from Egil in ticket [0439ca1556]. check-in: a56548c06d user: e tags: trunk | |
15:17 | Add unit tests to confirm proper NUL handling when fetching column. check-in: 4e931d1ae0 user: e tags: trunk | |
2015-01-07
| ||
02:12 | Hack test file so it parses in Lua < 5.3 check-in: 7c4cdefcb9 user: e tags: fsl_9w, trunk | |
2015-01-06
| ||
22:46 | Update README and version info for 0.9.3 release check-in: 4991508bc8 user: e tags: trunk | |
22:32 | Add docn for lversion(); tests for Lua 5.3 64-bit integers. check-in: 01d3974c29 user: e tags: trunk | |
04:51 | Add lversion function; prepare for 0.9.3 release. check-in: f465f235ba user: e tags: trunk | |
03:06 | Add docn for db:load_extension check-in: c85464e1bc user: e tags: trunk | |
2015-01-05
| ||
23:16 | Add tests for load_extension. check-in: d1f2e3f61b user: e tags: trunk | |
21:26 | Update rockspec for bug fix release. check-in: 1d5512efeb user: e tags: fsl_9v, trunk | |
21:24 | Add load_extension. Fix PUSH_INT64 for Lua < 5.3. check-in: f3fe11aaa4 user: e tags: trunk | |
20:16 | Update wiki doc check-in: 7c2c1f829c user: e tags: trunk | |
19:26 | Fix issue: auto-gc of db with live statements check-in: b2441f7aa8 user: e tags: trunk | |
02:28 | Update HISTORY for 0.9.2 check-in: 8a088f1459 user: e tags: fsl_9u, trunk | |
2015-01-04
| ||
22:44 | Add stmt:last_insert_rowid() per request; fix tag in rockspec check-in: a691fc984b user: e tags: trunk | |
22:13 | Updated for Lua 5.3. Use sqlite3_prepare_v2. check-in: d59e31d19c user: e tags: trunk | |
2013-10-18
| ||
21:56 | Fix C99ism check-in: a4478aa43c user: e tags: trunk | |
2013-05-06
| ||
20:45 | Update rockspec to indicate compatibility with Lua 5.1 and 5.2 but not Lua 5.3 check-in: 89c917f576 user: e tags: fsl_9t, trunk | |
2013-04-08
| ||
17:08 | Update rockspec and HISTORY check-in: 393151db27 user: e tags: fsl_9b, trunk | |
16:52 | Updated example and test files from Dmitry check-in: 5282faf755 user: e tags: trunk | |
2013-04-05
| ||
17:20 | Added tests and example contributed by Dmitry Pashkevich check-in: 29a180ad4e user: e tags: fsl_9, trunk | |
2013-04-01
| ||
18:02 | Add commit_hook and rollback_hook to complement update_hook. check-in: bb4d13eba2 user: e tags: trunk | |
2013-03-31
| ||
13:01 | Update documentation. Add unit tests for update_hook. Include extra fikes for deprecated make. check-in: 6337de362e user: e tags: trunk | |
2013-03-30
| ||
23:33 | Add update_hook example; fix examples for Lua 5.2. check-in: 2ad6aad5b6 user: e tags: trunk | |
16:58 | Move tests to their own directory. Remove installpath.lua now unused. check-in: 6ec6a38f08 user: e tags: trunk | |
16:51 | Updated Makefile for luarocks build. Removed obsolete files. Updated HISTORY. check-in: 4278f04525 user: e tags: trunk | |
15:11 | Add update_hook. Bump rockspec version. Builds with Lua 5.1.5 and 5.2.2 on OSX. check-in: 0d6edd6bd5 user: e tags: trunk | |
2011-11-10
| ||
16:08 | working toward Lua 5.2 compatibility check-in: 01d436858c user: e tags: trunk | |
2011-02-22
| ||
01:33 | Make the whole documentation file nowiki. check-in: 1569f456f7 user: e tags: trunk | |
2011-01-13
| ||
00:54 | Add rockspec for svn08 check-in: c3de34182c user: e tags: svn_8, trunk | |
2011-01-12
| ||
15:36 | Add library documentation converted to fossil wiki format check-in: d1f5c49c17 user: e tags: trunk | |
2011-01-10
| ||
22:27 | Add changes from Ronny Dierckx check-in: a2e54aefb5 user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |
2010-03-05
| ||
01:51 | Fix db_exec_callback to be thread safe. Add rockspec. Cleanup; see HISTORY. check-in: ded1fb4786 user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |
2007-08-17
| ||
21:42 | Add collation support, tests, and doco from Thomas Lauer Convert doco to POD format Test with SQLite 3.4.2 Add html target to Makefile for converting POD doco Update HISTORY and README check-in: 7666e33cec user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |
2006-10-02
| ||
21:29 | Generalize Makefile. Update dist target for Subversion. Add examples to repo. Update HISTORY file and add to repo. check-in: 340683bc64 user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |
2006-09-04
| ||
20:24 | Reset persistent statements when for-loop terminates. check-in: 0da9110fc8 user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |
2006-09-02
| ||
04:55 | Add automatic re-prepare of stepped statements yielding schema errors. check-in: 22341c42be user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |
03:30 | Initial check-in from Tiago's 0.1 + e's recent changes. check-in: b2f0a11ca9 user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |
03:25 | check-in: 42dd147ee1 user: e@ecd9bf9a-ecc1-ed47-8102-3ce978d4cc14 tags: trunk | |