576eaa0cff
[feature/sql-bool-builder] Adding the IS operator to predicted operators
...
PHPBB3-13652
2015-03-17 20:31:26 +00:00
298d86009e
[feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations
...
PHPBB3-13652
2015-03-16 11:14:33 +00:00
5d70f612be
[feature/sql-bool-builder] Explain better the code in the first
...
Explain what that if and check is for in the first method that is called.
PHPBB3-13652
2015-03-16 11:14:32 +00:00
51737be616
[feature/sql-bool-builder] Also use parenthesis for the NOT operator
...
Be on the safe side, also use parenthesis for the NOT operator
PHPBB3-13652
2015-03-16 11:14:32 +00:00
5c1850e10e
[feature/sql-bool-builder] AS keyword must be lowercase;
...
AS keyword must be lowercase; expected "as" but found "AS"
PHPBB3-13652
2015-03-16 11:14:31 +00:00
46de946904
[feature/sql-bool-builder] Added code to use this feature for the WHERE clause
...
PHPBB3-13652
2015-03-16 11:14:25 +00:00
b54adaaabe
[feature/sql-bool-builder] Removed non-necessary spaces
...
PHPBB3-13652
2015-03-16 11:13:50 +00:00
5c77e43819
[feature/sql-bool-builder] First working version
...
PHPBB3-13652
2015-03-16 11:13:49 +00:00
a2300eb3aa
[feature/patchwork-utf8] Remove utf8_str_replace
2014-11-08 11:41:55 +01:00
489aba31c7
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
2014-08-10 13:35:37 +02:00
01943adbf7
[ticket/12671] Possibility to use NOT LIKE expression
...
PHPBB3-12671
2014-08-08 18:32:17 +02:00
6b60153ab4
[ticket/12671] Possibility to use NOT LIKE expression
...
PHPBB3-12671
2014-08-08 16:40:33 +02:00
58d1dcc7f2
Merge pull request #2637 from Nicofuma/ticket/12387
...
[ticket/12387] Cleanup *_free_result call and remove @ on that call
* Nicofuma/ticket/12387:
[ticket/12387] Fix a call to sql_freeresult in full_text_native
[ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresult
[ticket/12387] Use the hash as query_id for caching
[ticket/12387] Remove unnecessary checks
[ticket/12387] mssql_query return true if a select query returns 0 row
[ticket/12387] Cleanup *_free_result call and remove @ on that call
2014-08-07 12:09:01 +02:00
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
2276c1c0f2
[ticket/12387] Cleanup *_free_result call and remove @ on that call
...
PHPBB3-12387
2014-06-22 18:16:21 +02:00
27f787e5e4
[ticket/12594] Update footer credit lines
...
PHPBB3-12594
2014-05-27 21:39:30 +02:00
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
1f28451d58
[ticket/12282] Use {@inheritDoc} for inherited methods
...
PHPBB3-12282
2014-04-01 19:17:40 +02:00
7b131119e6
[ticket/12282] Add Interface for DBAL drivers
...
PHPBB3-12282
2014-04-01 19:17:39 +02:00
a88366f4b6
[ticket/11693] Change sql_build_array to support DELETE
...
PHPBB3-11693
2014-03-02 20:51:00 +01:00
23e2f920f5
[ticket/12018] Use path_helper for admin style CSS in sql report
...
The path to the admin style CSS is currently created with $phpbb_admin_path.
We should however use the path_helper to correctly link to this file in order
to have a correct link on pages like extensions
PHPBB3-12018
2013-11-14 15:55:04 +01:00
7aa8f6461f
[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.
...
PHPBB3-11980
2013-10-30 13:05:28 +01:00
03639c081c
[ticket/11866] Update some occurances of phpbb_db_ to new Namespace
...
PHPBB3-11866
2013-09-26 00:42:04 +02:00
d626ebaf1e
[ticket/11700] Fix a few more comments
...
PHPBB3-11700
2013-09-16 04:45:58 +02:00
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
7030578bbe
[ticket/11698] Moving all autoloadable files to phpbb/
...
PHPBB3-11698
2013-07-14 01:32:34 -04:00