summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/interbase/interbase_result.php
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...Andrey Andreev1-17/+0
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
2012-02-21More formatting fixesTimothy Warren1-1/+1
2012-02-21More style fixes, replaced _protect_identifiers with protect_identifiers in d...Timothy Warren1-3/+3
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
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