aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Expand)AuthorAgeFilesLines
...
* Changed eregi limit match to preg_matchPaul S. Owen2001-03-233-3/+3
* forgot to check in the new schema when I did bbcode.natec2001-03-221-0/+1
* Removed invalid indexes on sessionPaul S. Owen2001-03-211-3/+1
* Changed for new session stuffPaul S. Owen2001-03-211-28/+29
* Fixed problem with next_id and affected_rowsPaul S. Owen2001-03-211-8/+4
* *** empty log message ***James Atkinson2001-03-211-94/+88
* Started postgres schema, still mostly MySQL specificJames Atkinson2001-03-211-0/+335
* Removed set_db and added affectedrowsPaul S. Owen2001-03-205-72/+82
* User registration works.James Atkinson2001-03-191-0/+4
* Some cleanupJames Atkinson2001-03-161-11/+14
* Start of LIMIT functionality...got to tired to finish itJames Atkinson2001-03-161-2/+20
* Almost done, needs sql_nexid and LIMIT handling.James Atkinson2001-03-161-44/+43
* More work on the oracle DB abstraction classJames Atkinson2001-03-161-2/+8
* Added oracle class, needs LOTS of work.James Atkinson2001-03-161-0/+327
* Current (perhaps) MySQL schema for phpBB2Paul S. Owen2001-03-091-5/+10
* eregi for LIMIT updated to cope with control charsPaul S. Owen2001-03-021-1/+1
* Various updatesPaul S. Owen2001-03-021-5/+6
* A few corrections inc. DB2 compatibilityPaul S. Owen2001-02-261-23/+64
* Minor fix to rowseekPaul S. Owen2001-02-251-3/+3
* Possible future forum orderingPaul S. Owen2001-02-251-0/+1
* Initial working odbc class (MS Access compatible)Paul S. Owen2001-02-251-134/+83
* First ODBC class, not fully functional please don't use or modify.Paul S. Owen2001-02-251-0/+449
* A forum with no forums/cats now shows a nice message insted of a big ugly mes...James Atkinson2001-02-251-0/+1
* MySQL DB schema : Devel EditionPaul S. Owen2001-02-241-0/+329
* Fixed error reportingPaul S. Owen2001-02-241-6/+2
* A few minor fixes and general cleanupPaul S. Owen2001-02-231-241/+366
* Minor correction to the connect updatePaul S. Owen2001-02-221-1/+1
* Minor connection updatePaul S. Owen2001-02-221-3/+7
* Fixed a couple of limit & fetchrowset issuesPaul S. Owen2001-02-221-6/+5
* Fixed small server error. Updated layoutPaul S. Owen2001-02-221-199/+296
* Complete Update. Should be fully functionalPaul S. Owen2001-02-221-179/+402
* Initial revisionJames Atkinson2001-02-173-0/+721