summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/interbase/interbase_forge.php
AgeCommit message (Collapse)AuthorFilesLines
2012-04-09Multiple DB Forge improvementsAndrey Andreev1-39/+20
- Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-02-21More formatting fixesTimothy Warren1-1/+1
2012-02-21More style fixes, replaced _protect_identifiers with protect_identifiers in ↵Timothy Warren1-8/+8
db_forge
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