Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-03-27
| ||
05:11 | Update .rockspec files. Leaf check-in: fc2c936875 user: javier tags: trunk, fsl_9z, v0.9.6 | |
2023-06-23
| ||
21:43 |
Add support for comercial CEROD feature if available
Contributed by: Rudolf Adamkovič check-in: ffcc9234f0 user: javier tags: trunk | |
2023-05-12
| ||
04:53 | Update de/serialize to report errors and only be available when configured. Leaf check-in: e84f306d86 user: paulclinger tags: session | |
04:51 | Update to compile with Lua 5.1. check-in: 6ece6d4ed6 user: paulclinger tags: session | |
02:17 | Fix redbean SQLite to report results on failure to open db. check-in: 0ffe9f7325 user: paulclinger tags: session | |
02:15 | Add header for `bool` type. check-in: 322fb5b131 user: paulclinger tags: session | |
2023-02-23
| ||
04:32 | Fix SQLite for closing db with already finalized statements check-in: 9ce3a5f7d7 user: paulclinger tags: session | |
04:28 |
Add lsqlite config
* Fix mislabeled constant * Simplify callback handling * Add config options * Update config to return current error callback check-in: fa619cfdf2 user: paulclinger tags: session | |
04:21 | Add diff and iterator to SQLite session check-in: 4aa9068378 user: paulclinger tags: session | |
04:17 | Add sqlite serialization check-in: c429b270f7 user: paulclinger tags: session | |
2022-11-28
| ||
17:17 | Cleanup: remove hack to check which Lua version was being used. check-in: 2e0b619c3a user: javier tags: session | |
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 | |