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

3542 Commits

Author SHA1 Message Date
zYne
e5d43b2fcc added parseSubquery() 2007-12-10 18:51:22 +00:00
gnat
108403f3b8 provide examples of testing model relations existance. 2007-12-10 18:46:14 +00:00
zYne
e069f12c6c 2007-12-10 18:32:36 +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
d91c39ddb0 fixing typoes 2007-12-10 13:14:02 +00:00
jackbravo
75ccd8cd43 Change if for else if on synchronizeWithArray 2007-12-09 17:46:28 +00:00
jackbravo
002893cf86 Modified changelog 2007-12-09 01:59:42 +00:00
jackbravo
78195944be Added synchronizeWithArray method and unset functionality for relations
The unset functionality is not working for foreignKey relations
2007-12-09 01:56:53 +00:00
airox
014b18f4f6 Small documentation issues, insert query which hadn't had a value, reference to an example above should be below
Ticket: 656
2007-12-08 13:44:59 +00:00
Jonathan.Wage
4275c6656f Removed exec() call and updated docs for data fixtures. 2007-12-07 22:48:28 +00:00
wernerm
0b89c4dda2 Changed loadModels() once again. Removed loading of models based solely on model filename. Added support for different models with the same file names. All models files are required, in order to determine class names. The changes result in an overall increase in flexibility with respect to model file names. 2007-12-07 11:06:55 +00:00
dbrewer
7e0a902aba Added test case to demonstrate that delimiters in
Doctrine_Query_Tokenizer::bracketExplode() were case sensitive, and 
changed tokenizer to make them case insensitive.
2007-12-07 03:23:09 +00:00
jackbravo
227c1c3c1b notice on CHANGELOG about parameter on refresh method 2007-12-07 02:14:26 +00:00
romanb
af657cbe69 Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them. 2007-12-06 19:02:29 +00:00
adamthehutt
2bcd41e237 Fix for ticket #650
Ticket: 650
2007-12-06 14:17:03 +00:00
meus
19c08a2f95 removed autoload of self 2007-12-06 11:09:00 +00:00
romanb
05ccf7098d Improved autoload. 2007-12-05 09:50:47 +00:00
pookey
599446ad07 adding test case for previous commit 2007-12-04 15:25:52 +00:00
pookey
0c9c3767c2 allowing for the "interval" postgres datatype 2007-12-04 15:22:20 +00:00
Jonathan.Wage
a117f8ca79 Merged Facade, Cli, Sandbox chapters in to one new chapter named Utilities. 2007-12-04 01:47:54 +00:00
romanb
a143caefe3 Fixed #626. Reopening the ticket for further issues is fine. 2007-12-03 18:37:39 +00:00
guilhermeblanco
806e9c63e6 Fixed default definition in date* fields 2007-12-03 17:56:56 +00:00
romanb
8ed0530fbf Fixed #626. 2007-12-03 10:06:30 +00:00
romanb
28fba54f4a Another hydrator speed improvement. 2007-12-02 15:04:51 +00:00
romanb
5e26473340 Fixed #636. 2007-12-02 12:56:15 +00:00
tamcy
8557d9d87d #438: Updated test case 2007-12-02 09:06:19 +00:00
romanb
baf77264c1 Hydrator speed improvement 2007-12-01 20:10:29 +00:00
romanb
fc310cf36c Fixed #626. Commented out plugin tests due to a fatal error. 2007-12-01 11:18:43 +00:00
jackbravo
a73a73da66 Fix tickets #583 and #576 2007-12-01 01:21:55 +00:00
jackbravo
338bd78e66 Added a description to the Doctrine_Record::cleanData() method 2007-11-30 23:49:46 +00:00
Jonathan.Wage
9f20184fc4 Updated version. 2007-11-30 23:39:32 +00:00
Jonathan.Wage
0ee7ffeea0 Updated version. 2007-11-30 23:34:43 +00:00
Jonathan.Wage
e6768b4f8b Initial entry of Geographical template. 2007-11-30 22:49:23 +00:00
Jonathan.Wage
e8bb04a66e Reverted change. actAs() and loadTemplate() currently only work in the setTableDefinition() 2007-11-30 22:49:04 +00:00
jackbravo
deabfcbb54 Fix ticket #620, PATCH provided by baron314159, thanks 2007-11-30 22:46:06 +00:00
jackbravo
fcd427d3d7 Added a line break at the end of the tests 2007-11-30 22:16:22 +00:00
romanb
899c53fae1 updated caching docs 2007-11-30 20:34:07 +00:00
Jonathan.Wage
70addc55ca Fixes to model building so it does not generate duplicate relations. 2007-11-29 15:57:05 +00:00
zYne
13a79c4595 2007-11-29 15:25:33 +00:00
tamcy
8bb65f0cf6 #438: Updated test case syntax 2007-11-29 15:09:54 +00:00
wolfpakz
3aa991821b - Fixed problem with Nested Set table definition not happening in time for exporting when NestedSet behavior is added through Doctrine_Template_NestedSet. 2007-11-29 01:39:19 +00:00
zYne
7e2669d1bd fixes #624 2007-11-28 23:06:04 +00:00
zYne
69985832a7 2007-11-28 22:56:45 +00:00
zYne
5738fed7a6 2007-11-28 22:56:14 +00:00
zYne
f8a0eb2e25 fixes #624 2007-11-28 22:13:12 +00:00
jackbravo
b329ae870b Added a $deep argument to refresh
The default is set to false because fetching the relations deletes
previously fetched relations =P. This is, if you fetched an aggregated
value (SUM, COUNT), it wont be refreshed, it will be overwritten by the
actual related values.
2007-11-28 19:35:44 +00:00
wernerm
724cc2b1e7 MAde small fix to model loading that caused a warning to be raised. 2007-11-28 16:51:06 +00:00
Jonathan.Wage
f0b0100987 Code formatting. 2007-11-28 03:22:09 +00:00
wolfpakz
fc34ba6ec4 - Small fix for initialization of method parameter. 2007-11-28 02:53:37 +00:00
wolfpakz
7c0a538b11 - Corrected capitalization in casts to type string. 2007-11-28 02:48:37 +00:00