sthen
9fe1e38b23
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:43:27 +00:00
jturner
2bdfe6c316
Update ksql to 0.3.5
2019-01-03 21:38:37 +00:00
jturner
6dd99973c3
Update ksql to 0.3.4
2018-12-26 16:02:02 +00:00
jturner
f194de8cad
Update ksql to 0.3.2
2018-05-10 16:54:09 +00:00
jturner
832183bc0a
Update ksql to 0.3.1
2018-04-28 18:11:53 +00:00
jturner
8724729c69
Update ksql to 0.2.5. Fixes a memory leak in ksql_open(3) amoung other
...
things.
2018-03-12 02:37:24 +00:00
jturner
32413d6697
Update ksql to 0.2.3
2018-02-01 00:32:56 +00:00
jturner
be937f40b3
Update ksql to 0.2.0.
...
Allow stored SQL statements passed to ksql_alloc(3) and ksql_alloc_child(3).
Add ksql_cfg_defaults(3). Add version macros as described in ksql(3).
2018-01-22 21:53:37 +00:00
jturner
65f917d847
Update ksql to 0.1.4
2017-12-08 00:00:04 +00:00
jturner
ee9c2abe7d
Update ksql to 0.1.3.
2017-10-26 20:45:44 +00:00
jturner
dce3133d7b
Update ksql to 0.1.2
2017-06-29 13:41:50 +00:00
sthen
564c6c344a
Cope with moving sqlite3 back to ports.
2016-09-23 09:16:52 +00:00
jturner
c561a7650f
Update ksql to 0.0.9.
2016-06-15 01:09:44 +00:00
jturner
49bfce772c
Import ports/databases/ksql. ok sthen@
...
ksql is a "lazy man's" wrapper for the SQLite C-language interface. It
is written to make sure sloppy programming won't cause your SQLite
database to be inconsistent (transactions and statements open on exit
and certain signals). Specifically, it exits on any database errors; and
upon exit (or signal), cleans up open statements, transactions, and
databases. See ksql(3) and friends for details.
2016-05-24 00:19:43 +00:00