phpbb/phpBB/includes/db
Meik Sievertsen 09ad10a734 ok, i am very sorry, but this needs to be fixed.
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored.
Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator.
Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view)


git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 15:00:47 +00:00
..
db_tools.php Fix database updater and db tools to support multiple column changes/additions/removals with SQLite 2009-07-08 13:52:18 +00:00
dbal.php ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +00:00
firebird.php ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +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 ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +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