Shish
|
24d6aff794
|
[core] remove unusued isnull SQL function
|
2024-06-21 18:03:39 +01:00 |
|
Shish
|
8cb87b2469
|
[core] add a test suite for SQL features
|
2024-06-20 23:22:58 +01:00 |
|
Shish
|
a59b9f706c
|
[core] use || for SQL concatenation
MySQL supports this now?
|
2024-06-19 23:57:41 +01:00 |
|
Shish
|
e80d235fe9
|
[core] use Safe library, reduce StdLibEx
|
2024-02-20 10:38:20 +00:00 |
|
Shish
|
937cef38db
|
[db] show original client IP in postgres status
|
2024-02-14 07:28:56 +00:00 |
|
Shish
|
82a3ce25c2
|
level 7 typing
|
2024-01-20 23:27:34 +00:00 |
|
Shish
|
8b797a9a31
|
[tests] more strictness
|
2024-01-20 19:47:27 +00:00 |
|
Shish
|
b60c3fe362
|
[core] a load more type hints, and fix bugs revealed by type hints
|
2024-01-20 14:11:00 +00:00 |
|
Shish
|
376b2c6ac6
|
[tag_list] make logarithms consistent across databases
|
2024-01-18 15:31:10 +00:00 |
|
Shish
|
589ff69eea
|
[types] typetypetypetypetype
|
2024-01-15 15:08:22 +00:00 |
|
Shish
|
fd1bb21f9d
|
bumps
|
2023-11-11 22:05:28 +00:00 |
|
Shish
|
bce2d55744
|
Namespaces are one honking great idea—let's do more of those!
|
2023-01-10 22:44:09 +00:00 |
|
Shish
|
a04bc2e7e4
|
php8.1 gogogo
|
2022-10-28 01:45:35 +01:00 |
|
Shish
|
3d9e32e919
|
new php-cs-fixer
|
2021-12-14 18:32:47 +00:00 |
|
Shish
|
e7808096ff
|
format
|
2021-09-22 16:02:33 +01:00 |
|
Shish
|
3bb1566df2
|
Allow db->set_timeout(null) to disable DB timeouts, see #874
|
2021-09-22 15:42:41 +01:00 |
|
Shish
|
77f7121e26
|
drop php7.3 support, make use of 7.4 features
|
2021-03-14 23:43:50 +00:00 |
|
Shish
|
3ac7ab2cf3
|
remove old bool support
|
2020-10-27 01:50:39 +00:00 |
|
Shish
|
56f1fac4c5
|
Revert "different hack for old sqlite"
This reverts commit 634124e17f .
|
2020-10-26 22:49:39 +00:00 |
|
Shish
|
634124e17f
|
different hack for old sqlite
|
2020-10-26 22:43:47 +00:00 |
|
Shish
|
e696357c06
|
database notification API
|
2020-10-03 12:54:38 +00:00 |
|
Shish
|
ad1e52bf05
|
DATABASE_TIMEOUT isn't set in the installer
|
2020-06-22 16:08:04 +01:00 |
|
Shish
|
511a82f2ba
|
include database version in sys info
|
2020-03-26 16:57:08 +00:00 |
|
Shish
|
831906681e
|
fixes for mysql
|
2020-01-30 09:01:19 +00:00 |
|
Shish
|
9eb5acf2dc
|
use strict types
|
2020-01-26 16:27:56 +00:00 |
|
Shish
|
51628607d0
|
...?
|
2019-12-26 16:33:08 +00:00 |
|
Shish
|
8bc7d5d445
|
pg
|
2019-12-26 16:21:15 +00:00 |
|
Shish
|
f3cb70a06d
|
Revert "inline some one-use vars"
This reverts commit 1c3d4ad5e3 .
|
2019-12-26 16:20:05 +00:00 |
|
Shish
|
1c3d4ad5e3
|
inline some one-use vars
|
2019-12-15 16:13:09 +00:00 |
|
Shish
|
090ff65109
|
replace ILIKE with the better-supported LOWER
|
2019-12-15 16:09:48 +00:00 |
|
Shish
|
d7a2ca9ddc
|
remove SCORE_STRNORM - everyone supports LOWER now
|
2019-12-15 16:07:46 +00:00 |
|
GP32
|
e4400631a9
|
fixing "12 hours ago" error when using SQLite
|
2019-12-10 12:50:47 +09:00 |
|
Shish
|
29994e9613
|
postgres now recommends IDENTITY over SERIAL
|
2019-11-25 00:24:45 +00:00 |
|
Shish
|
6bc33ee691
|
Drop SCORE_DATETIME/NOW - all the databases we care about now support TIMESTAMP/CURRENT_TIMESTAMP
|
2019-11-03 18:28:05 +00:00 |
|
Shish
|
55c6854003
|
formatting
|
2019-11-02 19:57:34 +00:00 |
|
Matthew Barbour
|
3efa76c6a2
|
Added set_timeout to database and engine
|
2019-10-18 16:34:12 +01:00 |
|
Shish
|
cea6e2b121
|
postgres has true / false
|
2019-09-30 18:05:35 +01:00 |
|
Shish
|
a6bb15d859
|
formatting
|
2019-09-29 14:30:55 +01:00 |
|
Matthew Barbour
|
92bb96049f
|
Added SCORE sql constants
|
2019-07-05 17:41:29 +01:00 |
|
Matthew Barbour
|
3fc0ba3a63
|
Added DATBASE_TIMEOUT constant to allow customizing database wait time
|
2019-07-05 16:25:03 +01:00 |
|
Matthew Barbour
|
6a6d73168b
|
Added function to database object for interpreting parameter values to ones that are database-appropriate. Specifically, to turn true/false into the correct values for a bool column.
|
2019-07-05 16:25:03 +01:00 |
|
Matthew Barbour
|
1370afec72
|
Moved database driver constants to DatabaseDriver
|
2019-06-20 10:47:15 -05:00 |
|
Matthew Barbour
|
6f501a6e74
|
Database driver constants
|
2019-06-14 13:38:47 -05:00 |
|
Shish
|
34b05cca7c
|
PSR-2. I'm not a huge fan, but ugly consistency beats no consistency...
|
2019-05-28 17:59:38 +01:00 |
|
Shish
|
b2f10ea5ab
|
split up files in core/ for saner management
|
2018-11-05 22:30:18 +00:00 |
|