phpbb/phpBB/includes/db
Meik Sievertsen 1fae177b9a Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9412 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-30 10:44:18 +00:00
..
db_tools.php fix bug #42635 (missed identity) 2009-03-08 13:24:12 +00:00
dbal.php Re-arrange the re-order code to only run if multi-aliases are used 2008-12-06 11:11:10 +00:00
firebird.php Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw) 2008-10-02 12:04:12 +00:00
index.htm Moved to includes ... since they are included too .. trying to "clean up" structure a little 2003-03-17 10:54:23 +00:00
mssql.php Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw) 2008-10-02 12:04:12 +00:00
mssql_odbc.php Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw) 2008-10-02 12:04:12 +00:00
mysql.php Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805) 2009-03-16 17:08:28 +00:00
mysqli.php Ok, story real database server info, as well as caching it 2008-09-04 12:01:47 +00:00
oracle.php Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the table order is quite important in some situations. ;) Since this does not affect the operation of the other DBMS the code is placed into dbal.php. 2008-12-05 11:18:59 +00:00
postgres.php Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets) 2009-03-30 10:44:18 +00:00
sqlite.php Ok, story real database server info, as well as caching it 2008-09-04 12:01:47 +00:00