295fcc771b
[ticket/17176] Pass query_id by ref in sql_fetchfield()
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
8a2199ed6c
[ticket/17176] Clean up database code to prevent test issues
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
ac9659c38f
[ticket/17176] Resolve psalm issues after PHP version update
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
3e37770b61
Merge branch 'ticket/17142' into ticket/17142-master
2023-06-08 10:20:24 +07:00
7adee3c50d
[ticket/17142] Fix DBMS+cache related PHP warnings while installing
...
PHPBB3-17142
2023-06-08 00:59:32 +07:00
80e55b2ec8
Merge branch '3.3.x'
2023-04-11 22:22:26 +02:00
b5c316c9c3
[ticket/8071] Make nextid alias of sql_last_inserted_id and add deprecation
...
PHPBB3-8071
2023-01-31 17:17:42 +01:00
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
...
PHPBB3-16955
2022-12-31 16:18:06 +01:00
948023078b
[ticket/16955] Clean up code in db classes
...
PHPBB3-16955
2022-12-28 08:37:20 +01:00
cd026245fe
[ticket/16955] Improve minor docblock quirks
...
PHPBB3-16955
2022-12-28 08:37:09 +01:00
9fb98201f2
[ticket/8071] Add sql_last_inserted_id alias for sql_nextid
...
Fixes [DBAL function sql_nextid - name is
misleading](https://tracker.phpbb.com/browse/PHPBB3-8071 ).
Per the tracker issue:
> This function gets the ID of the last inserted row, not the ID of the next row
to be inserted (which is difficult due to different autoincrement steps and also
lends itself nicely to race conditions).
@iwisdom replied that the naming is consistent with how PHP itself names this
functionality, but the link they posted doesn't support that (I guess this is
referring to a much older version of PHP? The comment is from 2009).
PHPBB3-8071
2022-04-26 15:03:42 +01:00
0bc9d87891
[ticket/16538] Add identifiers quoting
...
If reserved word is used as identifier, it must be quoted.
If alias is used elsewhere in SQL statement, it must be quoted.
PHPBB3-16535
PHPBB3-16538
2020-08-14 04:51:11 +07:00
139eb17bb7
[ticket/12624] Add debug.load_time parameter
...
PHPBB3-12624
2019-05-09 18:40:15 +02:00
b4d4336ef4
[ticket/12627] Add debug.sql_explain parameter
...
PHPBB3-12627
2019-05-09 18:29:22 +02:00
6b60153ab4
[ticket/12671] Possibility to use NOT LIKE expression
...
PHPBB3-12671
2014-08-08 16:40:33 +02:00
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
94a0331603
[ticket/12282] Add new line at EOF of the interface
...
PHPBB3-12282
2014-04-01 19:17:41 +02:00
7b131119e6
[ticket/12282] Add Interface for DBAL drivers
...
PHPBB3-12282
2014-04-01 19:17:39 +02:00