summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/interbase/interbase_result.php
AgeCommit message (Collapse)AuthorFilesLines
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ↵Andrey Andreev1-17/+0
the method from drivers that don't support it
2012-03-20Some small improvements to CI_DB_interbase_resultAndrey Andreev1-51/+34
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-3/+3
db_forge
2012-02-21Minor formatting fixesTimothy Warren1-4/+4
2012-02-20Fix counting issue, minor formattingTimothy Warren1-8/+14
2012-02-20Set protected visibility on applicable functions/propertiesTimothy Warren1-3/+3
2012-02-20Convert result_array to result_object instead of re-fetchingTimothy Warren1-1/+26
2012-02-20Revert "Fix previous commit"Timothy Warren1-5/+1
This reverts commit 53d109dbd831506c4b9ca77f10bc1b2dba9c28d5.
2012-02-20Fix previous commitTimothy Warren1-1/+5
2012-02-20Fixed result array fetchingTimothy Warren1-1/+9
2012-02-17Automatic retreival of blob fieldsTimothy Warren1-2/+2
2012-02-17More general fix for num_rowsTimothy Warren1-1/+4
2012-02-17Workaround to fix methodTimothy Warren1-0/+62
2012-02-16Num rows fixTimothy Warren1-1/+10
2012-02-16narfbg suggested fixesTimothy Warren1-19/+11
2012-02-15Limit clause fixesTimothy Warren1-2/+1
2012-02-14Added public declarationsTimothy Warren1-8/+8
2012-02-14First iteration of interbase driverTimothy Warren1-0/+190