1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

94 Commits

Author SHA1 Message Date
baron314159
e44bdb8e81 fixes #689, which details problems with the handling of MySQL native enum columns and model class generation. 2008-01-23 02:18:36 +00:00
jwage
d47f4ddab4 Changed all references to http://www.phpdoctrine.com/net to http://www.phpdoctrine.org 2008-01-22 22:52:53 +00:00
lsmith
fa5ab7d2b1 - moved getIntegerDeclaration to export since we already have getDeclaration in there 2008-01-10 15:49:25 +00:00
lsmith
442fb47768 - unified getDefaultFieldDeclaration(), force DEFAULT NULL when no default is set and the field allows nulls 2008-01-10 09:45:01 +00:00
zYne
500783aa31 fixes #718 2008-01-08 21:22:37 +00:00
romanb
344ab02d95 reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier. 2008-01-05 19:14:35 +00:00
Jonathan.Wage
44820ec14a Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure. 2008-01-05 07:39:25 +00:00
pookey
f4186781db possibly a temp fix. fix to allow postgres array datatypes work as a string 2007-12-10 13:19:29 +00:00
pookey
0c9c3767c2 allowing for the "interval" postgres datatype 2007-12-04 15:22:20 +00:00
Jonathan.Wage
5c6e8f8eb9 New coverage for parser, yaml schema parsing, a few fixes. 2007-11-15 05:16:31 +00:00
samw3
d0d026af05 ugh.. forgot some debug code. 2007-11-08 14:01:03 +00:00
samw3
85299543a3 changed getIntegerDeclaration() to handle $field['default']==NULL condition 2007-11-08 13:58:56 +00:00
Jonathan.Wage
27b369a5f3 Mass search and replace for coding standards changes, doc block formatting, and code spacing. 2007-10-21 06:23:59 +00:00
zYne
6e519eb292 fixes #462 2007-10-07 23:43:26 +00:00
Jonathan.Wage
0a6f216efa Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
zYne
29f64470de 2007-09-17 20:44:30 +00:00
zYne
d6fd3e16e0 2007-09-17 20:41:24 +00:00
meus
f3a377a794 replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
lsmith
0fdb229020 - added support for Doctrine::ATTR_USE_NATIVE_ENUM (defaults to off, no BC break) 2007-09-02 08:53:16 +00:00
meus
69f1bd41bb removed notice error when running tests 2007-08-10 20:29:07 +00:00
romanb
75dbc8c841 Several bugfixes for the export module (expecially pgsql). 2007-07-21 15:17:17 +00:00
zYne
141a95669d 2007-07-21 11:34:07 +00:00
zYne
7249b971f0 formatting fix 2007-06-18 18:30:19 +00:00
zYne
cfbcc8d4ee gzip support 2007-06-18 18:27:11 +00:00
zYne
8784fe6644 2007-06-18 18:18:20 +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
0770450d5b fixed autoinc field handling for unsigned attribute 2007-03-27 19:38:34 +00:00
zYne
b4099e45aa varchar max length fix 2007-02-17 18:18:44 +00:00
zYne
e80b339d7f boolean value parsing added 2007-02-15 11:36:43 +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
880422ca88 2007-02-08 21:31:20 +00:00
zYne
10a6a5fc17 2007-02-04 22:37:48 +00:00
zYne
c38137d551 int alias added 2007-02-04 22:34:44 +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
1a21a43e52 - s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
2007-01-05 22:05:55 +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