1. 0e59db6 Merge pull request #5662 from jim-parry/copyright2019 by Instructor, BCIT · 6 years ago
  2. cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
  3. ea07352 Fix #5050 by Andrey Andreev · 8 years ago
  4. 71d8f72 [ci skip] Merge pull request #4986 from ka7/feature/spelling by Andrey Andreev · 8 years ago
  5. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  6. 0a4dd84 [ci skip] Don't try to insert_batch() when we know it's not supported on Firebird by Andrey Andreev · 8 years ago
  7. 8108b61 [ci skip] Fix transactions for the ibase driver by Andrey Andreev · 9 years ago
  8. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  9. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  10. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  11. a7d4aba Fix #4171 and a number of other transaction bugs by Andrey Andreev · 9 years ago
  12. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  13. 5350f05 Change CI_DB_driver::field_data() signature by Andrey Andreev · 10 years ago
  14. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  15. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  16. 516f59c ibase_driver add table/column aliases by hArpanet · 10 years ago
  17. d07daa5 ibase_driver returning whitespace in table/column names by hArpanet · 10 years ago
  18. 2bbbd1a Remove (most of) error suppression from database drivers (issue #3036) by Andrey Andreev · 11 years ago
  19. f2818bd Remove error suppression usage from db_connect() by Andrey Andreev · 11 years ago
  20. 2e17102 Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition by Andrey Andreev · 11 years ago
  21. 871754a 2013 > 2014 by darwinel · 11 years ago
  22. 0b6a492 Unify escape_str() array input and LIKE logic by Andrey Andreev · 12 years ago
  23. a541087 Fix interbase limit issue for subqueries by Timothy Warren · 12 years ago
  24. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  25. 02e7a9d Improve DB field_data() for Interbase / Firebird by Andrey Andreev · 12 years ago
  26. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  27. a24e52e [ci skip] DocBlocks for DB drivers' driver classes by Andrey Andreev · 12 years ago
  28. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  29. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  30. bffe3fb Merge changes from develop by Andrey Andreev · 12 years ago
  31. cd50592 Fix issue #1257 by Andrey Andreev · 12 years ago
  32. 2ea33c3 Fix issue #1789 by Andrey Andreev · 12 years ago
  33. c9b924c Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts + add _compile_group_by() method by Andrey Andreev · 13 years ago
  34. b047865 Remove dependancies on qb_like and remove unneeded parameters from _delete(), _like(), _update(), _update_batch() by Andrey Andreev · 13 years ago
  35. 77a5d94 Add a default _count_string property by Andrey Andreev · 13 years ago
  36. 2608687 Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function prefix by Andrey Andreev · 13 years ago[Renamed (97%) from system/database/drivers/interbase/interbase_driver.php]
  37. 5382b1b Fix Interbase _field_data() method by Andrey Andreev · 13 years ago
  38. 2c35b64 Add a default _limit() method to the Query Builder class by Andrey Andreev · 13 years ago
  39. c78e56a Add a default _from_tables() method to CI_DB_query_builder and remove it from most of the drivers by Andrey Andreev · 13 years ago
  40. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  41. 16bb9bd Move count_all() from the drivers to CI_DB_driver by Andrey Andreev · 13 years ago
  42. 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
  43. ffe7a0a A couple more documentation updates by Jamie Rumbelow · 13 years ago
  44. a254836 Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_active_record being abstract by Andrey Andreev · 13 years ago
  45. c01d316 Added a default _delete() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  46. 00541ae Extend fix for #798 to work across all DB drivers instead of just mysql by Andrey Andreev · 13 years ago
  47. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  48. a6fe36e Added a default _truncate() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  49. 65d537c Replaced driver instances of _insert() with one in CI_DB_active_record by Andrey Andreev · 13 years ago
  50. 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
  51. 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
  52. 60c9c99 Some small improvements to CI_DB_interbase_result by Andrey Andreev · 13 years ago
  53. 131772c Some small improvements to CI_DB_interbase_driver by Andrey Andreev · 13 years ago
  54. 215890b Remove extraneous newlines by Timothy Warren · 13 years ago
  55. d2ff0bc Removed pointless _prep_sql methods by Timothy Warren · 13 years ago
  56. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  57. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  58. 032e7ea Resolve _protect_identifiers()/protect_identifiers() usage issues by Andrey Andreev · 13 years ago
  59. 08856b8 Improve DB version() implementation and add pg_version() support by Andrey Andreev · 13 years ago
  60. 78ca39b Removed db_set_charset() from Interbase driver (no longer needed) by Andrey Andreev · 13 years ago
  61. 00df2e3 Replace Interbase _error_message(), _error_number() with the new error() method by Andrey Andreev · 13 years ago
  62. 9a96082 Fix 'skip' section of limit clause by Timothy Warren · 13 years ago
  63. 56784f6 Finally figured out limit statement by Timothy Warren · 13 years ago
  64. ab189e1 Close services after using them, added dbutil->backup() method by Timothy Warren · 13 years ago
  65. 125fe73 More formatting fixes by Timothy Warren · 13 years ago
  66. 2062a86 Made tranaaction functions return their actual value by Timothy Warren · 13 years ago
  67. 9556214 Set protected visibility on applicable functions/properties by Timothy Warren · 13 years ago
  68. fed2d1d Revert previous commit by Timothy Warren · 13 years ago
  69. 07b660b Fixed insert_id possibly returning 0 by Timothy Warren · 13 years ago
  70. 53e24f0 Properly escape generator name by Timothy Warren · 13 years ago
  71. c2b712e implemented create_database, misc cleanup by Timothy Warren · 13 years ago
  72. 7d42eb3 More general fix for num_rows by Timothy Warren · 13 years ago
  73. 3a4cdc6 Workaround to fix method by Timothy Warren · 13 years ago
  74. 3c4281f Simplified hostname connection logic by Timothy Warren · 13 years ago
  75. 817af19 narfbg suggested fixes by Timothy Warren · 13 years ago
  76. 6e821ce Implemented insert_id() method by Timothy Warren · 13 years ago
  77. eb6dcf0 Implemented _list_columns() method by Timothy Warren · 13 years ago
  78. 8be31a9 Limit clause fixes by Timothy Warren · 13 years ago
  79. 3d985a1 Syntax fixes by Timothy Warren · 13 years ago
  80. 498fa35 Minor codestyle fix by Timothy Warren · 13 years ago
  81. d19e47a Removed string case manipulation functions by Timothy Warren · 13 years ago
  82. 7221f94 Restored '@' characters by Timothy Warren · 13 years ago
  83. 2d6ae79 Various fixes by Timothy Warren · 13 years ago
  84. 4be822b Added public declarations by Timothy Warren · 13 years ago
  85. 76e0435 First iteration of interbase driver by Timothy Warren · 13 years ago