Initial SQLite development #1

Merged
danieljsummers merged 25 commits from develop into main 2024-06-08 23:58:45 +00:00

25 Commits

Author SHA1 Message Date
ac78d3718c Add instructions to README 2024-06-08 19:57:37 -04:00
3f038b02fd Add attributes prior to publishing 2024-06-08 16:58:53 -04:00
a10ecbb1cd Pass integer IDs as-is 2024-06-08 12:57:13 -04:00
2d8f8b6e87 Finish tests
- Add sub-doc handling for SQLite fields
- Add casting for PostgreSQL BT on numeric value
- Add hasItems() to DocumentList
- Fix SQL syntax problems exposed by tests
2024-06-08 10:49:52 -04:00
a96fdf9d14 Add Count and Document SQLite integration tests 2024-06-07 23:35:48 -04:00
9fba3781d6 Add SQLite Patch integration tests
- Use multiple-class use statements
2024-06-07 23:06:31 -04:00
1ab961e35a Change PDO to singleton instance
- Add SQLite throwaway DB implementation
- Add integration tests for Custom class
2024-06-07 22:14:17 -04:00
d9ffc36fe6 Use PDO singleton 2024-06-07 20:57:12 -04:00
bcca9f5ace Missed document param prefix updates 2024-06-04 22:36:58 -04:00
1e7c41eaa2 Derive data type for bindValue call
Remove debugging in document list
2024-06-04 22:24:27 -04:00
50b4104e02 undo last commit 2024-06-04 22:00:00 -04:00
85786fa113 where are the results 2024-06-04 21:53:02 -04:00
71ae46fac7 Make properties public 2024-06-04 21:49:30 -04:00
259247464a Even more debug 2024-06-04 21:36:36 -04:00
b871d3e03f Add more debug 2024-06-04 21:34:17 -04:00
4342d1ac50 Add debug to document list 2024-06-04 21:28:12 -04:00
3d45bbcabc Change param prefix from @ to : 2024-06-04 20:59:24 -04:00
7390ae0f61 Do not construct a list for a single item query 2024-06-04 20:18:38 -04:00
cecbb51414 Fix scalar, add conn mgt 2024-06-04 20:12:42 -04:00
c2dc111dce WIP on connection management 2024-06-04 19:55:22 -04:00
afc5d80095 Migrate remaining implementation 2024-06-04 08:10:57 -04:00
b705130624 Add support, custom, and other queries 2024-06-03 23:10:12 -04:00
98bfceb7c9 Add mode, bring in definition/patch queries 2024-06-03 21:09:03 -04:00
ecc13a30cf Add PDO connection config 2024-06-03 20:13:45 -04:00
1164dc7cc5 Add classes and tests from common project 2024-06-03 19:46:39 -04:00