Changes for page WebObjects and Squeryl
Last modified by Ravi Mendis on 2011/04/01 11:14
From version 104.1
edited by Ravi Mendis
on 2010/11/10 05:45
on 2010/11/10 05:45
Change comment:
There is no comment for this version
To version 107.1
edited by Ravi Mendis
on 2010/11/10 05:43
on 2010/11/10 05:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,6 @@ 1 1 = Squeryl ~= //SQL-like// DSL for Scala = 2 2 3 -Advantages of [[Squeryl>>http://squeryl.org/]]over EOF:3 +Advantages of Squeryl over EOF: 4 4 5 5 * Concurrent 6 6 ** Spawns multiple database connections ... ... @@ -42,5 +42,5 @@ 42 42 == Differences Between a Squeryl Schema and EOF Classes == 43 43 44 44 * Optional attributes (i.e those that ##allowsNull##) are typed as ##OptionT## 45 -* To onerelationships that are not mandatory (i.e optional relationships) are also typed as ##OptionT##46 -* To many relationships are represented as a Squeryl iterable (collection class) as opposed to a ##NSArray##.45 +* Relationships that are not mandatory (i.e optional relationships) are also typed as ##OptionT## 46 +* ToMany relationships are represented as a Squeryl iterable (collection class) as opposed to a ##NSArray##.