Commit Graph

5 Commits

Author SHA1 Message Date
cb9361fcc9 Collection of changes (mostly to db source)
- Replaced string malloc()... calls with strmemcpy() from strext.h where appropriate
- Added table name to column struct (useful for WHERE's)
- Changed the column type enum to powers of 2 (potential for NULLABLE flag  by or'ing)
- Added last_qry and num_queries to connection struct
- Fixed destruct tables stopping on error
- Renamed owners to users except in the meta table
- Fixed the 'tableExists' query
2020-10-02 12:46:21 +01:00
7a1dd09ca1 Minor refactor to headers to include missing c-std headers 2020-09-24 16:42:41 +01:00
69340c25e8 Some minor modifications to database files 2020-09-15 15:00:58 +01:00
3c2742a214 Direct database side of things implemented 2020-09-15 13:47:54 +01:00
80e4ce402a Functionality of the database to be kept split in smaller files 2020-09-15 11:25:45 +01:00