Commit graph

19 commits

Author SHA1 Message Date
maxpozdeev
a4cc7f4e40 - fix deprecation notice in PHP 8.4 2024-08-14 23:01:19 +03:00
maxpozdeev
476ccc99ff add db::ciEquals() 2023-09-06 22:30:23 +03:00
maxpozdeev
5325274a91 * can search for polish Ł with latin L in sqlite 2023-08-19 18:28:25 +03:00
maxpozdeev
c21c6d6910 show more info on db error while setup 2023-08-07 21:25:24 +03:00
maxpozdeev
2566881fbf + search task in sqlite by normalized value (no diacritics) (use Normalizer from Intl extension) 2022-12-07 15:48:18 +03:00
maxpozdeev
40f9d33a93 + now search is case-insensitive for non-latin characters in sqlite database 2022-11-10 21:24:41 +03:00
maxpozdeev
2980fcb949 declare strict types in db wrappers 2022-08-27 21:07:31 +03:00
Max Pozdeev
c937596d43 remove trailing ?> in the end of php files 2022-02-07 19:16:07 +03:00
Max Pozdeev
c325eea23a make $db->prefix readonly 2022-02-07 18:22:59 +03:00
Max Pozdeev
acfb316e9a convert indention to spaces in php files 2022-02-06 23:37:02 +03:00
Max Pozdeev
efedefdae5 use new config file for database connection, setup is updated to support it 2022-01-31 21:49:26 +03:00
Max Pozdeev
341eeac12a maintain license headers 2022-01-14 22:45:30 +03:00
Max Pozdeev
b9fd47b182 continue refactor db classes 2021-07-26 19:18:09 +03:00
Max Pozdeev
e1c5540c13 continue refactor db classes 2021-07-26 19:13:57 +03:00
Max Pozdeev
651f9687f9 implement DBConnection::setPrefix() 2021-07-26 17:34:48 +03:00
Max Pozdeev
a437ecd48b refactor db classes 2021-07-24 22:48:30 +03:00
Max Pozdeev
858aea023d - rewrite sqlite3 table_exists() to avoid error in PHP 8 2021-06-27 15:44:21 +03:00
Max Pozdeev
78b02537f8 apply editorconfig (line endings and final empty line) 2020-10-14 21:20:44 +03:00
Max Pozdeev
3719405bd7 move db classes to includes folder 2020-09-04 14:42:07 +03:00
Renamed from src/class.db.sqlite3.php (Browse further)