Commit Graph

3 Commits

Author SHA1 Message Date
9c0939ed26 Hide db_where_builder_p methods from export (GCC only) 2020-10-05 15:55:20 +01:00
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
18490c014a Created a WHERE query builder and implemented a TYPE to char * method for database values 2020-09-23 13:08:06 +01:00