Commit graph

228 commits

Author SHA1 Message Date
Woody Gilk ca656e0ac5 Fixing database configuration, fixes #29 2009-06-20 13:32:34 -05:00
Woody Gilk cd77b4eb7d Cleaning up comments in Database_Result 2009-06-20 13:28:44 -05:00
Woody Gilk 4f9bae789e Tracking changes to modules/codebench 2009-06-20 13:27:30 -05:00
Woody Gilk ab58f3d3aa Database_Result::get() should check to make sure the column exists, fixes #16 2009-06-20 12:25:25 -05:00
Woody Gilk 7951ac12c9 Make it possible to use Database::instance() without configuration files by passing an array of configuration as the second parameter. Updated comments 2009-06-20 12:13:40 -05:00
Woody Gilk 193fea74cf Added DB::insert() and Database_Query_Builder_Insert class 2009-06-20 11:51:49 -05:00
Woody Gilk fec5e90e22 Updated Database_Query_Builder and Database_Query_Builder_Select, tracking f6dcca4634 2009-06-20 11:50:51 -05:00
Woody Gilk 9698e4a75f Updated Database_MySQL, tracking changes in f6dcca4634 2009-06-20 11:49:32 -05:00
Woody Gilk f6dcca4634 Added Database::$_identifier for the database specific identifier quoting character. Renamed Database::quote_column() to Database::quote_identifier() to be more technically accurate. Renamed Database::$_name to Database::$_instance for accuracy. Made __construct(), __destruct(), and __toString() final to force proper abstraction. Added missing comments. 2009-06-20 11:46:24 -05:00
Woody Gilk 93678881c1 Renamed Database_Query_Select to Database_Query_Builder_Select for consistency with Zend standards 2009-06-20 10:23:28 -05:00
Woody Gilk c89ae497a5 Initialized modules/codebench 2009-06-20 08:40:57 -05:00
Woody Gilk f0579d6d0d Fixed up database module for naming conventions, and (mostly) completed the Database_Query_Builder and Database_Query_Select classes (need to finish JOIN support) 2009-06-19 18:43:52 -05:00
Woody Gilk 54b1506bb3 Started tracking jheathco/orm 2009-06-18 16:39:08 -05:00
Woody Gilk 2f08733bc0 Tracking kohana-paypal changes 2009-06-11 14:47:50 -05:00
Woody Gilk 858b44550c Started tracking kohana-paypal as a module 2009-06-11 11:51:26 -05:00
Woody Gilk 4bd2ede0e8 Started tracking shadowhand/kohana-image as a module 2009-06-03 21:56:28 -05:00
Woody Gilk 9ec50a65d3 Start tracking GeertDD/kohana-pagination as a module 2009-06-03 16:23:15 -05:00
Woody Gilk d52e0a9d34 Tracking changes to Profiler (SHA 6d7f2ed6f8) 2009-04-29 15:43:38 -05:00
Woody Gilk d5db2dc321 Minor optimization for persistent connections in Database_MySQL 2009-04-29 00:57:50 -05:00
Woody Gilk 07e1c0f5aa Fixing Database_Query::execute(), the last commit not have included this file 2009-04-29 00:56:26 -05:00
Woody Gilk 0f6acc6387 Tweaked how Database instances are created, forcing all instances to be named and present in Datbase::$instances 2009-04-29 00:52:18 -05:00
Woody Gilk ab2334b2b2 Tracking kohana-todoist changes 2009-04-17 18:53:44 -05:00
Woody Gilk a6b890b846 Cleaning up database and handling array values in queries 2009-04-17 16:46:48 -05:00
Woody Gilk ac113c2e09 Tracking kohana-todoist updates 2009-04-16 16:22:35 -05:00
Woody Gilk 7b685a132a Started tracking kohana-todoist as a submodule in modules/ 2009-04-16 16:09:55 -05:00
Woody Gilk ab1d950deb Updated database module, changed Query::set() to Query::value(), added list_tables() and list_columns() to MySQL class 2009-04-09 13:05:02 -05:00
Woody Gilk 4353827faa Updated Database module: moved connections up a level and tweaked how values are quoted 2009-04-06 21:26:10 -05:00
Woody Gilk 7cb84cdc4e Created initial database module, functional for MySQL 2009-03-31 19:41:18 -05:00