Part-DB.Part-DB-server/src/Doctrine
Jan Böhmer 11be65678e Fixed order by FIELD emulation on sqlite via INSTR
We need to search for the comma token separators at both ends of the search term, otherwise the ordering will be wrong.
2023-07-29 17:06:35 +02:00
..
Functions Fixed field ordering on SQLite 2023-07-29 16:42:27 +02:00
Helpers Fixed order by FIELD emulation on sqlite via INSTR 2023-07-29 17:06:35 +02:00
Purger Do not try to reset autoincrement of sqlite test DB as this somehow cause trouble with loading fixtures... 2023-06-20 02:02:23 +02:00
SetSQLMode Added declare strict types to all files 2023-06-11 18:59:07 +02:00
Types Improved typing and phpdoc type annotations 2023-06-18 15:37:42 +02:00
SQLiteRegexExtension.php Added tests for sqlite emulated functions 2023-07-26 23:39:53 +02:00