lsmith
|
78ce54a7e5
|
- added colnum parameter to fetchOne and fetchColumn
- use fetchColumn() in fetchOne()
- removed PORTABILITY_FIX_CASE handling in fetchColumn() since this can be handled by PDO internally
|
2007-01-07 14:52:16 +00:00 |
|
david
|
2933cd2dd1
|
updated NestedSet to use Zend coding standards. still a few problems with return values using () that need to be looked at.
|
2007-01-06 13:18:51 +00:00 |
|
zYne
|
6786ce0ced
|
Added sequence driver exception classes
|
2007-01-06 10:48:35 +00:00 |
|
zYne
|
24f6b06256
|
sequence porting continues
|
2007-01-06 10:47:57 +00:00 |
|
zYne
|
1d14143597
|
|
2007-01-05 23:47:54 +00:00 |
|
zYne
|
27e36c2e23
|
|
2007-01-05 23:44:10 +00:00 |
|
zYne
|
61967bce15
|
|
2007-01-05 23:42:27 +00:00 |
|
zYne
|
3f9565e638
|
ported interbase sequence functionality, still needs refactoring
|
2007-01-05 23:39:09 +00:00 |
|
zYne
|
ebfc0788e4
|
|
2007-01-05 23:35:46 +00:00 |
|
zYne
|
5ce795be85
|
|
2007-01-05 23:27:31 +00:00 |
|
zYne
|
413af9225f
|
|
2007-01-05 23:25:25 +00:00 |
|
zYne
|
72bc84f42d
|
sequence module skeleton added
|
2007-01-05 23:16:50 +00:00 |
|
zYne
|
6e5e5c2141
|
added some test case skeletons
|
2007-01-05 22:33:53 +00:00 |
|
zYne
|
1aecd11e34
|
|
2007-01-05 22:13:44 +00:00 |
|
lsmith
|
8e667dade3
|
- s/query/exec
|
2007-01-05 22:08:25 +00:00 |
|
lsmith
|
3bc748c5f4
|
- s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
- MDB2 style query*() conversion to Doctrine style fetch*()
- removed PEAR::isError() calls
|
2007-01-05 22:08:05 +00:00 |
|
zYne
|
b0f3a5d77a
|
test cases updated
|
2007-01-05 22:07:50 +00:00 |
|
lsmith
|
cf4c715cd2
|
- s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
|
2007-01-05 22:07:24 +00:00 |
|
lsmith
|
67514f4c6a
|
- s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
- MDB2 style query*() conversion to Doctrine style fetch*()
|
2007-01-05 22:06:52 +00:00 |
|
lsmith
|
1a21a43e52
|
- s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
|
2007-01-05 22:05:55 +00:00 |
|
lsmith
|
260558e032
|
- make more use of Doctrine internal methods
|
2007-01-05 22:04:24 +00:00 |
|
lsmith
|
eae259a247
|
- make more use of Doctrine internal methods
|
2007-01-05 22:04:11 +00:00 |
|
david
|
d4750eef1d
|
update the nestedset example so it doesn't point to joesimm's home directory ;)
|
2007-01-05 13:25:47 +00:00 |
|
joesimms
|
9b53bb898b
|
joesimms: initial draft for tree support. NestedSet support included, placeholders for other popular implementations also included. Read the README.tree file for more information and changelog to core files. Modified core files have also been included in this commit. hope it works and you like it !
|
2007-01-05 12:33:50 +00:00 |
|
zYne
|
f56b11afbd
|
|
2007-01-05 00:28:36 +00:00 |
|
zYne
|
0aac52ef74
|
|
2007-01-04 23:52:18 +00:00 |
|
zYne
|
83d89b766d
|
TreeStructure bug fixed
|
2007-01-04 21:08:56 +00:00 |
|
zYne
|
b636861742
|
Doctrine_Db now supports pending attributes => lazy connecting now possible
|
2007-01-04 20:37:35 +00:00 |
|
zYne
|
f900a51a7d
|
Custom join condition support for DQL
|
2007-01-03 15:34:34 +00:00 |
|
david
|
ececdadf2c
|
added a test for a self-referential tree structure using only one table
|
2007-01-03 14:56:03 +00:00 |
|
zYne
|
08d638eda3
|
|
2007-01-02 19:33:22 +00:00 |
|
chtito
|
1a52fe7263
|
typo (might fix #236)
|
2007-01-02 17:23:20 +00:00 |
|
lsmith
|
dcdc049588
|
- CS fixes
|
2007-01-02 15:24:43 +00:00 |
|
zYne
|
9f6a652a62
|
|
2007-01-01 18:41:24 +00:00 |
|
zYne
|
8ea6bfc120
|
|
2007-01-01 18:37:48 +00:00 |
|
zYne
|
afb21d1a40
|
|
2007-01-01 18:36:37 +00:00 |
|
zYne
|
b18b38da25
|
added custom join condition support for DQL
|
2007-01-01 18:29:22 +00:00 |
|
zYne
|
a6cf587ce1
|
|
2007-01-01 17:47:04 +00:00 |
|
zYne
|
953355c2ba
|
added import driver exception classes
|
2006-12-30 11:13:24 +00:00 |
|
zYne
|
d5e5c876d7
|
added exception classes for transaction module drivers
|
2006-12-30 11:07:03 +00:00 |
|
zYne
|
b729da7952
|
Exception classes for the export drivers, also added export reporter class
|
2006-12-30 11:01:49 +00:00 |
|
zYne
|
5bfd47cd42
|
import drivers updated
|
2006-12-30 10:58:58 +00:00 |
|
zYne
|
611c65e759
|
added null key handling for Doctrine_Collection
|
2006-12-30 00:50:54 +00:00 |
|
zYne
|
747369185b
|
|
2006-12-30 00:30:28 +00:00 |
|
zYne
|
eb1a96b0b6
|
Changed the PDO::query calls to Doctrine_Connection::execute calls for portable errors
|
2006-12-30 00:28:24 +00:00 |
|
zYne
|
d9d4e8771b
|
Fixed many small bugs
|
2006-12-30 00:25:52 +00:00 |
|
zYne
|
1febda1189
|
Made the datadict driver testcases adhere to new coding standards
|
2006-12-30 00:08:53 +00:00 |
|
zYne
|
13cd9efaa1
|
new tests for pgsql datadict driver
|
2006-12-29 23:56:09 +00:00 |
|
zYne
|
8ab9395606
|
new tests for the oracle datadict driver
|
2006-12-29 22:24:32 +00:00 |
|
zYne
|
398c819161
|
tests for the mssql datadict driver
|
2006-12-29 22:12:36 +00:00 |
|