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

103 Commits

Author SHA1 Message Date
mahono
d1085b0056 added Doctrine_Record->isModified() 2007-06-13 12:31:03 +00:00
zYne
a358559882 2007-06-08 19:29:01 +00:00
zYne
a00c6061ab One-to-one relation fetching fixed 2007-06-07 17:04:56 +00:00
zYne
6ef0cc9993 2007-06-05 23:58:11 +00:00
zYne
4d0310bfd5 2007-06-04 22:38:39 +00:00
zYne
d4c12c357d new DQL Hydration algorithm ! 2007-05-31 17:45:07 +00:00
zYne
ecbecaa67b new attribute Doctrine::ATTR_LOAD_REFERENCES 2007-05-30 10:20:21 +00:00
zYne
fa11260e75 2007-05-27 18:56:04 +00:00
zYne
525e7d74a1 2007-05-24 16:53:51 +00:00
zYne
775e861f1e 2007-05-24 13:01:58 +00:00
zYne
8c54e8d736 fixed delete state handling 2007-05-23 20:41:03 +00:00
zYne
796c53fc87 remove getter / setter invocation from the core, getter / setter generation will soon be part of Import 2007-05-23 20:26:21 +00:00
zYne
f2484d1726 2007-05-22 21:05:52 +00:00
zYne
f6bb8c9726 2007-05-22 18:09:54 +00:00
zYne
99037abdad 2007-05-22 17:42:47 +00:00
zYne
146b215d06 2007-05-22 16:58:34 +00:00
zYne
71338c3d09 drafting the new relation model, still a lot of work 2007-05-22 15:57:17 +00:00
zYne
2e6d8a9854 2007-05-21 21:06:17 +00:00
zYne
22753f1931 2007-05-18 09:22:31 +00:00
zYne
33bb25ac20 2007-05-16 22:22:54 +00:00
zYne
82ba74e2e8 2007-05-16 20:27:03 +00:00
zYne
86fa70d6d1 2007-05-14 17:56:47 +00:00
zYne
7c78d89217 2007-05-10 23:45:26 +00:00
subzero2000
86fe74d58e Added support for gzip and enum types that was missing so when
Doctrine_Record::unserialize() calls Doctrine_Record::cleanData(),
the data for gzip and enum types is correct. Fixes #322.

Also, minor formatting cleanup in Doctrine_Record::serialize().
2007-05-07 22:46:47 +00:00
subzero2000
b68a791bf7 Added back proper type-casting of integer and boolean types that was added in r419 and removed in r422. Fixes #321. 2007-05-07 22:39:25 +00:00
zYne
0a58490a1f 2007-05-01 19:26:03 +00:00
zYne
d81a843e73 boolean type fix 2007-04-20 18:18:44 +00:00
zYne
7a9a86a5c6 fixes #310 2007-04-17 17:25:08 +00:00
zYne
3ffe5d0f9d 2007-04-13 18:06:48 +00:00
runa
cd8452aa8b added copydeep function 2007-04-12 18:32:07 +00:00
zYne
b373cb8ef7 fixes #303 2007-04-11 18:37:05 +00:00
zYne
47daaa9cfa Algorithm for creating the tables in correct order 2007-04-03 17:36:46 +00:00
zYne
732bc89a89 fixes #300 2007-03-31 19:49:23 +00:00
gyim
84acea5d9a fixed saving records using multiple connections 2007-03-02 09:23:24 +00:00
zYne
a2046460b5 Relation model rewrite, draft 2 2007-02-17 12:38:02 +00:00
zYne
180d435e3d Relation model rewrite, first draft 2007-02-16 22:54:59 +00:00
zYne
0b3a3c38b3 Index support added! 2007-02-11 22:53:35 +00:00
zYne
81a21344bd 2007-02-10 21:51:53 +00:00
zYne
653b42c2b3 2007-02-10 14:41:52 +00:00
zYne
89fa42e840 added index() 2007-02-10 14:22:15 +00:00
zYne
52a5ec1704 2007-02-08 22:31:54 +00:00
zYne
8dc99daa9f Refactored many classes 2007-02-08 13:56:23 +00:00
joesimms
02efd7f73b refactoring for tree implementation 2007-02-08 12:53:32 +00:00
gnat
511a961d53 Fixed variable name typos 2007-01-27 00:07:59 +00:00
zYne
d77ffb28c9 added support for column aliases 2007-01-23 16:27:20 +00:00
zYne
1eb8b54d81 lots of refactorings 2007-01-21 18:31:51 +00:00
romanb
cb924af310 - Added Doctrine_Record::trySave()
- Modified the length validation to skip validation for integer fields. The length of integer fields represents the number of bytes and is used for table creation (4 = INT, ect.)
2007-01-19 20:47:24 +00:00
zYne
65ebec5aa9 Fixed sqlite connection function binding issue when using Doctrine_Db as well as added proper primary key handling for export methods 2007-01-11 22:39:32 +00:00
zYne
83d89b766d TreeStructure bug fixed 2007-01-04 21:08:56 +00:00
lsmith
9d87bb45f4 - remove trailing whitespace 2006-12-29 21:46:14 +00:00