Commit graph

41 commits

Author SHA1 Message Date
Visman
14c3a5d0db Up min PHP version from 7.3 to 8.0 - 5 2023-04-28 19:34:31 +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
bb6d788ce5 Use SensitiveParameter 2022-12-10 16:53:16 +07:00
Visman
8418606d83 Update Core\DB 2022-01-25 13:17:32 +07:00
Visman
be04145130 Fix DB 2021-12-23 13:15:07 +07:00
Visman
d98b5c62d9 Fix DB 2021-12-23 13:04:51 +07:00
Visman
24bbdfe271 Fix DB 2021-12-22 23:27:48 +07:00
Visman
af7f4845f9 Update DB
Remove extends PDO.
The class is now a wrapper for PDO.
https://github.com/php/php-src/issues/7803
2021-12-22 22:55:59 +07:00
Visman
e0d30948d0 Minor fixes 2021-12-19 17:19:49 +07:00
Visman
2b546af3b9 Fix DB 2021-12-18 00:26:37 +07:00
Visman
ef78e141ba Update Admin\Install page
Set journal_mode=WAL by default for SQLite.
2021-12-17 16:02:17 +07:00
Visman
0d443ff683 Update DBStatement for SQLite #9
I had to split DBStatement for SQLite into two branches: for PHP 7 and for PHP 8, otherwise it does not allow inheriting the PDOStatement class.
2021-12-16 11:03:43 +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
59dfe8004c Add getType() method 2021-12-15 12:46:09 +07:00
Visman
295c426df0 Update DB
Add 'f' type for float fields.
2021-12-15 12:45:36 +07:00
Visman
067d88751f Update Core\DB for SQLite 2021-12-13 20:08:04 +07:00
Visman
e435297865 Update Core\DB
Track time for PDO::__construct().
2021-12-10 20:49:01 +07:00
Visman
c9cff3bf8f Strict in_array() 2021-07-18 10:45:28 +07:00
Visman
1f910ad585 Fix for 8.1.0 Alpha 3 2021-07-17 19:50:19 +07:00
Visman
39a73a0410 Add spaces to code O_o 2021-02-03 18:19:28 +07:00
Visman
e83ef43cb6 Copyright 2020-12-21 17:40:19 +07:00
Visman
bd0ca920fd Add strict mode 1 2020-10-14 20:01:43 +07:00
Visman
8dc15138eb emove phpDocumentor syntax from comments 2020-09-12 23:22:32 +07:00
Visman
0799853a93 Coding style 2020-07-03 15:28:10 +07:00
Visman
8131e14e56 Coding style 2020-06-28 12:10:59 +07:00
Visman
b88bdd2b31 Null coalescing operator 2020-05-26 10:52:52 +07:00
Visman
e87a75cd6d Add declaration of argument types and return values 2020-05-24 18:30:48 +07:00
Visman
7962d485af Additional check for the presence of a database driver 2019-09-14 16:27:52 +07:00
Visman
547d89455f + Database transaction time has been added to the statistics. 2018-10-25 19:43:19 +07:00
Visman
246e4fadab * Automatic beginTransaction() when DB calling 2018-10-23 21:41:36 +07:00
Visman
6c44946e39 2018-04-01 2018-04-01 09:51:59 +07:00
Visman
1ed9421500 2018-03-08 2018-03-08 19:39:54 +07:00
Visman
37f80f6fb8 2017-11-03 2017-11-03 20:06:22 +07:00
Visman
e3abb67d67 2017-10-13 2017-10-13 13:53:43 +07:00
Visman
9becae3750 2017-10-08 2017-10-08 23:45:00 +07:00
Visman
6311b5b8d5 2017-10-06 2017-10-06 21:53:41 +07:00
Visman
7362c03c7a DB and ... 2017-09-14 20:10:47 +07:00
Visman
6290aad378 Forum and ... 2017-03-21 23:16:15 +07:00
Visman
2a8c75f613 Install 2017-03-13 23:14:57 +07:00
Visman
dc51f88896 DB 2017-03-08 22:52:45 +07:00