Commit Graph

5 Commits

Author SHA1 Message Date
406fe9e057 Fixed the testing of table existance 2020-10-05 17:03:07 +01:00
eff16310fc Link an MODB name to a stored connection for easier usage 2020-10-05 17:02:52 +01:00
cc367d190a Moved the creation of the meta-extended table to the private implementation 2020-10-05 17:00:34 +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
2e6eb0b107 Start of MODB implementation
- Create, check and destroy MODB tables
2020-09-24 16:45:27 +01:00