Commit graph

27 commits

Author SHA1 Message Date
Visman
ebef5d5dad Add some order 2023-07-14 20:45:32 +07:00
Visman
e2cf3896b6 Up min PHP version from 7.3 to 8.0 - 4 2023-04-28 13:34:43 +07:00
Visman
7c7e1a097f Up min PHP version from 7.3 to 8.0 - 3 2023-04-28 10:58:24 +07:00
Visman
5528d0480b Up min PHP version from 7.3 to 8.0 2023-04-27 19:36:15 +07:00
Visman
c2b5758465 Fix truncateTable() method for SQLite 2023-03-31 09:43:16 +07:00
Visman
cdea5ce590 Update DB drivers 2022-01-25 13:23:14 +07:00
Visman
c6253ef6fe Update DB\Sqlite 2022-01-24 23:19:16 +07:00
Visman
efaf3112d8 Revert "Small changes that break everything"
This reverts commit e61bd6c3c0.
2022-01-17 18:06:49 +07:00
Visman
e61bd6c3c0 Small changes that break everything 2022-01-17 18:06:33 +07:00
Visman
18710f1a2f Update DB\Sqlite\alterField() method 2021-12-29 19:04:41 +07:00
Visman
8f838ce769 Update DB\Sqlite\dropIndex() method
Fix for PRIMARY KEY.
2021-12-29 18:03:01 +07:00
Visman
bfecbd573c Update DB\Sqlite 2021-12-29 17:14:32 +07:00
Visman
768074c78e Update DB\Sqlite\addIndex() method
Fix for PRIMARY KEY.
2021-12-29 16:37:36 +07:00
Visman
777010f049 Update DB\Sqlite\indexExists() method
Fix for PRIMARY KEY.
2021-12-29 15:41:01 +07:00
Visman
acffa1cdfc Update DB\Sqlite\dropField() method 2021-12-29 13:56:54 +07:00
Visman
91f192e52d Fix DB\Sqlite 2021-12-28 21:25:16 +07:00
Visman
7e04d6acc2 Update DB drivers 2021-12-28 18:50:13 +07:00
Visman
2cb9f34dcd Update DB drivers
Pass the prefix of the database tables by their name. Similar to sql queries.
2021-12-28 17:47:38 +07:00
Visman
5b5fedde23 Update DB drivers
Remove the checks that are not needed after the previous commit.
2021-12-20 19:44:57 +07:00
Visman
1d28b4f8c8 Update DB drivers
Add a separate method for creating a query string for a column.
2021-12-20 19:34:02 +07:00
Visman
49c00d420b Update DB\Sqlite #10
A crutch in the dropField() method for SQLite prior to version 3.36.0.
2021-12-18 19:02:02 +07:00
Visman
56c0b67525 Update DB\Sqlite
#10
2021-12-18 01:04:01 +07:00
Visman
f6dfd6fdcd Update DB\Sqlite
More data for server statistics.
2021-12-17 14:29:50 +07:00
Visman
1077d2c6b6 Type conversion for #9
Added BOOLEAN to SQLite types.
Expanded DBStatement (started).
The fecth() method for INTEGER and BOOLEAN fields returns integer/float(?) and bool data.
2021-12-15 17:16:54 +07:00
Visman
1800381095 A little loop optimization 2021-12-15 09:48:01 +07:00
Visman
474dd4d439 Fix DB\Sqlite 2021-12-13 23:14:52 +07:00
Visman
456751fa61 Add DB\Sqlite 2021-12-13 20:07:20 +07:00