1. 16bb9bd Move count_all() from the drivers to CI_DB_driver by Andrey Andreev · 13 years ago
  2. 79922c0 Removed the parameter use in database drivers' _close() and added a default _close() method in CI_DB_driver + some changelog fixes by Andrey Andreev · 13 years ago
  3. f2223d7 Merge pull request #1325 from st2/develop by Andrey Andreev · 13 years ago
  4. d4fb95f Update system/database/drivers/interbase/interbase_utility.php by Cusco · 13 years ago
  5. ffe7a0a A couple more documentation updates by Jamie Rumbelow · 13 years ago
  6. 8f3566f Changed default CI_DB_result::_data_seek() return value to FALSE and removed the method from drivers that don't support it by Andrey Andreev · 13 years ago
  7. b457a40 DB Utility improvements by Andrey Andreev · 13 years ago
  8. d947eba Multiple DB Forge improvements by Andrey Andreev · 13 years ago
  9. a254836 Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_active_record being abstract by Andrey Andreev · 13 years ago
  10. c01d316 Added a default _delete() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  11. 00541ae Extend fix for #798 to work across all DB drivers instead of just mysql by Andrey Andreev · 13 years ago
  12. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  13. a6fe36e Added a default _truncate() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  14. 65d537c Replaced driver instances of _insert() with one in CI_DB_active_record by Andrey Andreev · 13 years ago
  15. bee6644 Add a dummy db_select() method to CI_DB_driver and remove it from drivers that don't have such functionality by Andrey Andreev · 13 years ago
  16. 2cae193 Add dummy method reconnect() method to CI_DB_driver and remove it from drivers that don't support it by Andrey Andreev · 13 years ago
  17. 60c9c99 Some small improvements to CI_DB_interbase_result by Andrey Andreev · 13 years ago
  18. 131772c Some small improvements to CI_DB_interbase_driver by Andrey Andreev · 13 years ago
  19. 215890b Remove extraneous newlines by Timothy Warren · 13 years ago
  20. d2ff0bc Removed pointless _prep_sql methods by Timothy Warren · 13 years ago
  21. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  22. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  23. 032e7ea Resolve _protect_identifiers()/protect_identifiers() usage issues by Andrey Andreev · 13 years ago
  24. 08856b8 Improve DB version() implementation and add pg_version() support by Andrey Andreev · 13 years ago
  25. 78ca39b Removed db_set_charset() from Interbase driver (no longer needed) by Andrey Andreev · 13 years ago
  26. 00df2e3 Replace Interbase _error_message(), _error_number() with the new error() method by Andrey Andreev · 13 years ago
  27. 9a96082 Fix 'skip' section of limit clause by Timothy Warren · 13 years ago
  28. 56784f6 Finally figured out limit statement by Timothy Warren · 13 years ago
  29. ab189e1 Close services after using them, added dbutil->backup() method by Timothy Warren · 13 years ago
  30. 125fe73 More formatting fixes by Timothy Warren · 13 years ago
  31. 2062a86 Made tranaaction functions return their actual value by Timothy Warren · 13 years ago
  32. dd044b3 More style fixes, replaced _protect_identifiers with protect_identifiers in db_forge by Timothy Warren · 13 years ago
  33. 41a439b Minor formatting fixes by Timothy Warren · 13 years ago
  34. 2da66ed Fix counting issue, minor formatting by Timothy Warren · 13 years ago
  35. 9556214 Set protected visibility on applicable functions/properties by Timothy Warren · 13 years ago
  36. 51ed4ed Convert result_array to result_object instead of re-fetching by Timothy Warren · 13 years ago
  37. fed2d1d Revert previous commit by Timothy Warren · 13 years ago
  38. 934e853 Revert "Fix previous commit" by Timothy Warren · 13 years ago
  39. 07b660b Fixed insert_id possibly returning 0 by Timothy Warren · 13 years ago
  40. 53d109d Fix previous commit by Timothy Warren · 13 years ago
  41. fa84d61 Fixed result array fetching by Timothy Warren · 13 years ago
  42. 53e24f0 Properly escape generator name by Timothy Warren · 13 years ago
  43. 0dcfd77 Automatic retreival of blob fields by Timothy Warren · 13 years ago
  44. c2b712e implemented create_database, misc cleanup by Timothy Warren · 13 years ago
  45. 7d42eb3 More general fix for num_rows by Timothy Warren · 13 years ago
  46. 3a4cdc6 Workaround to fix method by Timothy Warren · 13 years ago
  47. 3c4281f Simplified hostname connection logic by Timothy Warren · 13 years ago
  48. e27216f Num rows fix by Timothy Warren · 13 years ago
  49. 817af19 narfbg suggested fixes by Timothy Warren · 13 years ago
  50. 6e821ce Implemented insert_id() method by Timothy Warren · 13 years ago
  51. eb6dcf0 Implemented _list_columns() method by Timothy Warren · 13 years ago
  52. 8be31a9 Limit clause fixes by Timothy Warren · 13 years ago
  53. 3d985a1 Syntax fixes by Timothy Warren · 13 years ago
  54. 498fa35 Minor codestyle fix by Timothy Warren · 13 years ago
  55. d19e47a Removed string case manipulation functions by Timothy Warren · 13 years ago
  56. 7221f94 Restored '@' characters by Timothy Warren · 13 years ago
  57. 2d6ae79 Various fixes by Timothy Warren · 13 years ago
  58. 4be822b Added public declarations by Timothy Warren · 13 years ago
  59. 76e0435 First iteration of interbase driver by Timothy Warren · 13 years ago