Pragmatic Software
a91c2cd71e
DualIndexSQLiteObject: do not interrupt atexit queue
2020-05-14 16:55:23 -07:00
Pragmatic Software
aee7f706c7
DualIndexSQLiteObject: improve formatting of set
output
2020-05-02 15:00:57 -07:00
Pragmatic Software
cfba96e8ae
Rename $stuff to $context throughout
2020-05-01 20:59:51 -07:00
Pragmatic Software
1124f4716a
DualIndexSQLiteObject: add missing get_key_name() subroutine
2020-05-01 09:54:50 -07:00
Pragmatic Software
f23df0d4ac
DualIndexSQLiteObject: quote unprepared keys
2020-04-29 20:01:49 -07:00
Pragmatic Software
0771552a11
DualIndexSQLiteObject: Remove unused SQLite pcre.so extension
2020-04-19 10:24:10 -07:00
Pragmatic Software
cac4ac81ad
Factoids: Fix undo/redo via DualIndexSQLiteObject
2020-03-19 18:58:24 -07:00
Pragmatic Software
9ad611dd60
DualIndexSQLiteObject: do not return partially cached object for get_data(x, y)
2020-03-19 18:03:35 -07:00
Pragmatic Software
48361191bd
DualIndexSQLiteObject: Add comment about compatibility with DualIndexHashObject
2020-03-04 05:54:20 -08:00
Pragmatic Software
82b4e51f09
DualIndexSQLiteObject: get_each(): put parentheses around related OR clauses
2020-03-03 10:10:20 -08:00
Pragmatic Software
b7240d3bdc
DualIndexSQLiteObject: make _sort prefix more consistent
2020-03-03 08:55:34 -08:00
Pragmatic Software
3ff232decd
DualIndexSQLiteObject: refactor get_each() to use array instead of hash
2020-03-03 07:40:23 -08:00
Pragmatic Software
178c02de72
DualIndexSQLiteObject: replace get() with get_all(), get_each() and get_next()
2020-02-29 01:45:17 -08:00
Pragmatic Software
b178b718f0
Factoids: DualIndexSQLiteObject->get() is now powerful enough to replace FactoidsSQLite
2020-02-27 11:14:43 -08:00
Pragmatic Software
b7fcb909dc
DualIndexSQLiteObject: minor improvements
2020-02-26 17:49:59 -08:00
Pragmatic Software
c93602a34e
Add DualIndexSQLiteObject
...
DualIndexSQLiteObject is a class that provides an interface for SQLite objects.
This interface is compatible with DualIndexHashObject.
SQLite objects are loaded on-demand when needed, unlike Hash objects which
are stored in working memory. The SQLite objects are temporarily cached in
working memory, for optimal performance.
2020-02-26 02:20:11 -08:00