lsmith
|
0fdb229020
|
- added support for Doctrine::ATTR_USE_NATIVE_ENUM (defaults to off, no BC break)
|
2007-09-02 08:53:16 +00:00 |
|
zYne
|
cfbcc8d4ee
|
gzip support
|
2007-06-18 18:27:11 +00:00 |
|
zYne
|
216cdde6a9
|
|
2007-06-10 19:43:52 +00:00 |
|
lsmith
|
ad0f389870
|
- added ability to set scale at runtime
|
2007-05-11 19:20:38 +00:00 |
|
lsmith
|
fd0c11073c
|
- remove debug code
|
2007-05-11 19:15:18 +00:00 |
|
lsmith
|
efc7baa19b
|
- use ATTR_DECIMAL_PLACES when defining a decimal field
|
2007-05-11 19:13:20 +00:00 |
|
zYne
|
18944f39c6
|
|
2007-04-21 22:36:46 +00:00 |
|
zYne
|
b71ac561c3
|
enhanced error handling
|
2007-04-18 11:11:07 +00:00 |
|
zYne
|
28e937b981
|
fixes #298
|
2007-04-11 18:35:15 +00:00 |
|
zYne
|
dcab3087f7
|
fixes #297
|
2007-04-11 18:29:27 +00:00 |
|
zYne
|
b4099e45aa
|
varchar max length fix
|
2007-02-17 18:18:44 +00:00 |
|
zYne
|
5744f045da
|
updated doc blocks
|
2007-02-11 08:46:29 +00:00 |
|
zYne
|
be5750aee8
|
|
2007-02-10 12:35:47 +00:00 |
|
zYne
|
f2e19fd9fa
|
added 'int' as an alias for 'integer'
|
2007-02-04 22:31:55 +00:00 |
|
zYne
|
3114ebd821
|
Removed futile datadict exception classes
|
2007-01-25 22:43:04 +00:00 |
|
zYne
|
82e7d88bea
|
|
2007-01-11 23:14:11 +00:00 |
|
lsmith
|
dcdc049588
|
- CS fixes
|
2007-01-02 15:24:43 +00:00 |
|
zYne
|
d9d4e8771b
|
Fixed many small bugs
|
2006-12-30 00:25:52 +00:00 |
|
lsmith
|
9d87bb45f4
|
- remove trailing whitespace
|
2006-12-29 21:46:14 +00:00 |
|
lsmith
|
239995d3c3
|
- fixed switch statement formating according to ZF CS
|
2006-12-29 21:30:37 +00:00 |
|
zYne
|
f998aff6f1
|
added Firebird exception class
|
2006-12-29 21:08:07 +00:00 |
|
lsmith
|
4e22f1fbaf
|
- second round of PEAR CS fixes
|
2006-12-29 14:40:47 +00:00 |
|
lsmith
|
716bb65b86
|
- first round of PEAR CS fixes
|
2006-12-29 14:01:31 +00:00 |
|
zYne
|
8110cf8e89
|
Mysql string > 255 now converts to TEXT type
|
2006-12-29 13:45:41 +00:00 |
|
zYne
|
e4fe182506
|
Moved schema reading functionality from datadict drivers to import drivers
|
2006-12-28 12:27:44 +00:00 |
|
zYne
|
50226697e0
|
added reserved keyword list
|
2006-12-14 12:25:34 +00:00 |
|
zYne
|
5d449f6af4
|
Added enum support for export
|
2006-12-10 17:28:20 +00:00 |
|
zYne
|
cb20dfafc7
|
updated datadict drivers
|
2006-12-02 22:44:53 +00:00 |
|
zYne
|
4a1bff1428
|
|
2006-11-30 14:40:50 +00:00 |
|
zYne
|
2241453570
|
Lots of small fixes, driver improvments and more tests
|
2006-11-28 23:26:44 +00:00 |
|
zYne
|
be7931ed3a
|
Added Doctrine_Hydrate_Alias for more flexible alias handling, small fixes for many classes
|
2006-11-27 22:22:31 +00:00 |
|
zYne
|
417924294b
|
Updated datadict drivers
|
2006-11-26 19:48:55 +00:00 |
|
zYne
|
f02ad22cc4
|
updated firebird and mysql drivers
|
2006-11-25 10:59:33 +00:00 |
|
zYne
|
70e467b7bf
|
Added Doctrine_Adapter, updated many driver classes
|
2006-11-23 22:54:10 +00:00 |
|
zYne
|
c9d6c63f81
|
added Firebird datadict driver, updated firebird expression driver
|
2006-11-19 12:06:42 +00:00 |
|
zYne
|
085dc9d601
|
Enhanced class doc blocks, fixes #228
|
2006-11-12 12:14:08 +00:00 |
|
runa
|
36e69bebc5
|
added listTableConstraints
|
2006-11-03 20:16:19 +00:00 |
|
runa
|
f4df5424f4
|
listTables and listDatabases should return a 1 dimension array
|
2006-10-31 18:48:13 +00:00 |
|
runa
|
0148078757
|
detect autoincrement columns
|
2006-10-31 18:24:14 +00:00 |
|
runa
|
8f69e2d3ea
|
Sometimes mysql return keys with first letter in uppercase
|
2006-10-30 20:53:25 +00:00 |
|
zYne
|
048d7788ce
|
Many-to-Many relation handling fixed, fixes #193
|
2006-10-29 23:24:50 +00:00 |
|
zYne
|
7e7a0b879c
|
Fixes #185
|
2006-10-23 16:19:47 +00:00 |
|
zYne
|
20f504253b
|
added Mysql export driver + updated some datadict drivers
|
2006-10-19 20:56:59 +00:00 |
|
pookey
|
6094eeb536
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
|