summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/interbase/interbase_forge.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-11Fix issue #1264Andrey Andreev1-0/+8
2012-06-08escape_identifiers() to accept arrays as wellAndrey Andreev1-3/+3
2012-06-08Revert back some escape_identifiers() to proect_identifiers() as the first on...Andrey Andreev1-2/+2
2012-06-08Resolve formatting differences between DB forge driversAndrey Andreev1-60/+22
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-2/+2
2012-04-09Multiple DB Forge improvementsAndrey Andreev1-39/+20
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-02-21More formatting fixesTimothy Warren1-1/+1
2012-02-21More style fixes, replaced _protect_identifiers with protect_identifiers in d...Timothy Warren1-8/+8
2012-02-20Fix counting issue, minor formattingTimothy Warren1-1/+1
2012-02-20Set protected visibility on applicable functions/propertiesTimothy Warren1-6/+6
2012-02-17implemented create_database, misc cleanupTimothy Warren1-10/+10
2012-02-16narfbg suggested fixesTimothy Warren1-15/+5
2012-02-15Syntax fixesTimothy Warren1-11/+2
2012-02-14Added public declarationsTimothy Warren1-6/+6
2012-02-14First iteration of interbase driverTimothy Warren1-0/+262