/[drupal]/contributions/sandbox/crell/pdo/database.inc
ViewVC logotype

Log of /contributions/sandbox/crell/pdo/database.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 05:46:13 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +6 -14 lines
Diff to previous 1.28
- Table creation now works.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 05:10:15 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.27: +582 -0 lines
Diff to previous 1.27
- Add schema code.  Not yet tested. :-)

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 01:53:01 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
- Make separate fields() method for update query object, too.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 01:49:43 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.25: +5 -0 lines
Diff to previous 1.25
- Make transactions inheritable.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 01:43:01 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.24: +64 -11 lines
Diff to previous 1.24
- Add multi-insert support.
- Add transaction support.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 06:01:12 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
- Remove DELAYED from Update and Delete, which don't exist anyway.
- Rename DBStatement to DatabaseStatement.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 05:40:29 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.22: +6 -6 lines
Diff to previous 1.22
- Make methods of Database class final, and Database abstract, so it can never be instantiated or inherited.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 05:19:46 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.21: +110 -87 lines
Diff to previous 1.21
- Lots more refactoring.
- Remove some dead code and old comments.  (Re-add comments later. <g>)
- Add array-based db configuration.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 03:32:13 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.20: +7 -175 lines
Diff to previous 1.20
- Some more refactoring.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 07:43:50 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.19: +42 -32 lines
Diff to previous 1.19
- Some more cleanup.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 07:04:19 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.18: +9 -0 lines
Diff to previous 1.18
- Add fetchAssoc() method to get back an associative array based on the first two columns.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 06:51:15 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.17: +4 -5 lines
Diff to previous 1.17
- Yay, the DeleteQuery object works!

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 05:44:56 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
- Make update class work.  Yay!

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 04:14:54 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.15: +6 -12 lines
Diff to previous 1.15
- Fix the insert class.
- Start work on the update class, not yet complete.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 03:49:51 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.14: +129 -132 lines
Diff to previous 1.14
- Move insert queries into their own class.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 03:08:48 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.13: +0 -371 lines
Diff to previous 1.13
- Split the query builder off to a separate file for now.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 03:03:09 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.12: +70 -70 lines
Diff to previous 1.12
- Move helper functions into DB_Condition.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 02:55:57 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.11: +0 -4 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 02:53:33 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.10: +18 -22 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 02:40:11 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.9: +12 -3 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 02:25:43 2008 UTC (21 months, 1 week ago) by chx
Branch: MAIN
Changes since 1.8: +19 -14 lines
Diff to previous 1.8
setting num args proper

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 02:15:23 2008 UTC (21 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.7: +46 -10 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 01:26:50 2008 UTC (21 months, 1 week ago) by chx
Branch: MAIN
Changes since 1.6: +46 -17 lines
Diff to previous 1.6
subselect support

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 15:44:41 2008 UTC (21 months, 2 weeks ago) by chx
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
fixed having

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 15:30:44 2008 UTC (21 months, 2 weeks ago) by chx
Branch: MAIN
Changes since 1.4: +9 -19 lines
Diff to previous 1.4
make query extend Db_condition.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 05:08:48 2008 UTC (21 months, 2 weeks ago) by chx
Branch: MAIN
Changes since 1.3: +158 -155 lines
Diff to previous 1.3
fixed removecondition, moved join table into the tables array

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 03:03:09 2008 UTC (21 months, 2 weeks ago) by crell
Branch: MAIN
Changes since 1.2: +308 -0 lines
Diff to previous 1.2
- Adding select query builder, by Crell and chx. :-)

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 15 08:16:30 2007 UTC (23 months, 1 week ago) by crell
Branch: MAIN
Changes since 1.1: +8 -2 lines
Diff to previous 1.1
- Add datevalue.php demo file.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 9 06:58:16 2007 UTC (23 months, 2 weeks ago) by crell
Branch: MAIN
- 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2