aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/sql_parse.php
Commit message (Collapse)AuthorAgeFilesLines
* preg_quote lines for /* comment parsed SQL ... was causing failure on ↵Paul S. Owen2002-01-281-11/+13
| | | | | | install for mssql ... git-svn-id: file:///svn/phpbb/trunk@1977 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix for /* */ style comments...the_systech2001-10-011-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1109 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some missing bracketsPaul S. Owen2001-09-251-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Even speedier version (at least 15 times faster) of split_sql_file(). wheeeeee.natec2001-09-241-5/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@1072 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added remove_comments function for processing mssql and postgress(/**/) ↵the_systech2001-09-241-1/+32
| | | | | | style comments... also modified split_sql_file to rejoin statements using $delimiter instead of a hardcoded ";" git-svn-id: file:///svn/phpbb/trunk@1070 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seperated out sql parsing functions into a new file.the_systech2001-09-241-0/+115
git-svn-id: file:///svn/phpbb/trunk@1069 89ea8834-ac86-4346-8a33-228a782c2dd0