A SQL database engine on top of Oracle Berkeley DB. https://dbsql.org
Find a file
Gregory Burd ed5cf2a8d3 Allocate SQL functions on heap, not end of struct.
Allocating the functions hash_t struct as an extension to the dbsql_db_t struct
was foolish.  Allocate it on the heap, remember to free it when we close the
database.
2007-10-21 01:24:20 +01:00
dist fixed portability to mac os/x 10.4.9 2007-03-24 22:59:14 +01:00
docs_src Initial import. 2007-03-10 20:04:07 +01:00
src Allocate SQL functions on heap, not end of struct. 2007-10-21 01:24:20 +01:00
test added a bit more to the smoke test 2007-03-24 23:15:20 +01:00
LICENSE Initial import. 2007-03-10 20:04:07 +01:00
LICENSE_EXCEPTIONS Initial import. 2007-03-10 20:04:07 +01:00