Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Table creation now works.
- Add schema code. Not yet tested. :-)
- Make separate fields() method for update query object, too.
- Make transactions inheritable.
- Add multi-insert support. - Add transaction support.
- Remove DELAYED from Update and Delete, which don't exist anyway. - Rename DBStatement to DatabaseStatement.
- Make methods of Database class final, and Database abstract, so it can never be instantiated or inherited.
- Lots more refactoring. - Remove some dead code and old comments. (Re-add comments later. <g>) - Add array-based db configuration.
- Some more refactoring.
- Some more cleanup.
- Add fetchAssoc() method to get back an associative array based on the first two columns.
- Yay, the DeleteQuery object works!
- Make update class work. Yay!
- Fix the insert class. - Start work on the update class, not yet complete.
- Move insert queries into their own class.
- Split the query builder off to a separate file for now.
- Move helper functions into DB_Condition.
*** empty log message ***
*** empty log message ***
*** empty log message ***
setting num args proper
*** empty log message ***
subselect support
fixed having
make query extend Db_condition.
fixed removecondition, moved join table into the tables array
- Adding select query builder, by Crell and chx. :-)
- Add datevalue.php demo file.
- Rename pdo.php to the more logical database.inc.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |