summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/interbase/interbase_driver.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-25Fix Interbase _field_data() methodAndrey Andreev1-8/+5
2012-06-24Add a default _limit() method to the Query Builder classAndrey Andreev1-2/+2
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev1-7/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-1/+1
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev1-29/+0
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-3/+2
2012-04-26A couple more documentation updatesJamie Rumbelow1-1/+1
2012-04-09Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a...Andrey Andreev1-1/+2
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev1-14/+6
2012-04-09Extend fix for #798 to work across all DB drivers instead of just mysqlAndrey Andreev1-4/+10
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev1-32/+0
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev1-3/+4
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev1-17/+0
2012-03-28Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha...Andrey Andreev1-13/+0
2012-03-23Add dummy method reconnect() method to CI_DB_driver and remove it from driver...Andrey Andreev1-15/+0
2012-03-20Some small improvements to CI_DB_interbase_resultAndrey Andreev1-1/+1
2012-03-20Some small improvements to CI_DB_interbase_driverAndrey Andreev1-96/+49
2012-03-20Remove extraneous newlinesTimothy Warren1-1/+1
2012-03-19Removed pointless _prep_sql methodsTimothy Warren1-16/+0
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-2/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev1-2/+1
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-5/+10
2012-03-02Removed db_set_charset() from Interbase driver (no longer needed)Andrey Andreev1-15/+0
2012-03-02Replace Interbase _error_message(), _error_number() with the new error() methodAndrey Andreev1-29/+19
2012-03-01Fix 'skip' section of limit clauseTimothy Warren1-1/+1
2012-02-29Finally figured out limit statementTimothy Warren1-1/+25
2012-02-22Close services after using them, added dbutil->backup() methodTimothy Warren1-0/+3
2012-02-21More formatting fixesTimothy Warren1-2/+2
2012-02-21Made tranaaction functions return their actual valueTimothy Warren1-6/+2
2012-02-20Set protected visibility on applicable functions/propertiesTimothy Warren1-23/+21
2012-02-20Revert previous commitTimothy Warren1-5/+1
2012-02-20Fixed insert_id possibly returning 0Timothy Warren1-1/+6
2012-02-20Properly escape generator nameTimothy Warren1-1/+1
2012-02-17implemented create_database, misc cleanupTimothy Warren1-11/+6
2012-02-17More general fix for num_rowsTimothy Warren1-53/+0
2012-02-17Workaround to fix methodTimothy Warren1-0/+53
2012-02-17Simplified hostname connection logicTimothy Warren1-13/+2
2012-02-16narfbg suggested fixesTimothy Warren1-63/+23
2012-02-16Implemented insert_id() methodTimothy Warren1-3/+4
2012-02-15Implemented _list_columns() methodTimothy Warren1-2/+11
2012-02-15Limit clause fixesTimothy Warren1-5/+7
2012-02-15Syntax fixesTimothy Warren1-15/+12
2012-02-15Minor codestyle fixTimothy Warren1-2/+0
2012-02-15Removed string case manipulation functionsTimothy Warren1-11/+7
2012-02-14Restored '@' charactersTimothy Warren1-110/+108
2012-02-14Various fixesTimothy Warren1-111/+115
2012-02-14Added public declarationsTimothy Warren1-31/+31
2012-02-14First iteration of interbase driverTimothy Warren1-0/+676