aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/oracle.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix various var not set warnings ... many thanks go to The Horta for ↵Paul S. Owen2002-01-281-1/+2
| | | | | | pointing out and offering fixes for many of these git-svn-id: file:///svn/phpbb/trunk@1997 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on Oracle DBAL codeJames Atkinson2001-09-131-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1035 89ea8834-ac86-4346-8a33-228a782c2dd0
* Put transaction support into oracle DBALJames Atkinson2001-09-131-9/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@1033 89ea8834-ac86-4346-8a33-228a782c2dd0
* Inital work on Oracle schema. If you are installing on oracle run the ↵James Atkinson2001-09-131-10/+54
| | | | | | triggers file AFTER the basic file git-svn-id: file:///svn/phpbb/trunk@1032 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-9/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-10/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* Number of queries executed ... for testing onlyPaul S. Owen2001-07-081-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@603 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started on moderator control panel code. Main layout is started, no ↵uid298902001-07-051-0/+34
| | | | | | functionality yet git-svn-id: file:///svn/phpbb/trunk@561 89ea8834-ac86-4346-8a33-228a782c2dd0
* Transaction capability moved to DB classesPaul S. Owen2001-07-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@546 89ea8834-ac86-4346-8a33-228a782c2dd0
* Working on getting Oracle functional. Almost there, need to deal with the ↵James Atkinson2001-06-211-28/+29
| | | | | | 'AUTO INCREMENT' issue git-svn-id: file:///svn/phpbb/trunk@520 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor fixesPaul S. Owen2001-05-221-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@319 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed eregi limit match to preg_matchPaul S. Owen2001-03-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@135 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed set_db and added affectedrowsPaul S. Owen2001-03-201-5/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@109 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some cleanupJames Atkinson2001-03-161-11/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@104 89ea8834-ac86-4346-8a33-228a782c2dd0
* Start of LIMIT functionality...got to tired to finish itJames Atkinson2001-03-161-2/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@103 89ea8834-ac86-4346-8a33-228a782c2dd0
* Almost done, needs sql_nexid and LIMIT handling.James Atkinson2001-03-161-44/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@102 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on the oracle DB abstraction classJames Atkinson2001-03-161-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@101 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added oracle class, needs LOTS of work.James Atkinson2001-03-161-0/+327
Dosan't handle LIMIT. Still has MySQL code in it git-svn-id: file:///svn/phpbb/trunk@100 89ea8834-ac86-4346-8a33-228a782c2dd0