Sid Mani
6eb30662b0
Add missing .self in metatype
...
The compiler issues a warning if the `.self` is not present.
2017-10-16 11:22:16 -07:00
cardoso
2fcb05a94e
Add Filter NodeConvertible conformance documentation
2017-08-10 09:27:43 -03:00
Tanner
376a16ad56
Merge pull request #195 from pdesantis/patch-2
...
Fix syntax error for idType
2017-07-20 14:17:22 -04:00
Pat DeSantis
6eab11c1f0
Fix syntax error for idType
...
Fix the error "Reference to member 'uuid' cannot be resolved without a contextual type"
2017-07-19 21:35:42 -07:00
Pat DeSantis
e22419e330
Fix typos
2017-07-19 21:08:22 -07:00
Tanner
3549769c10
Merge pull request #182 from bygri/fluent-join
...
Added Join to Fluent's query page
2017-06-14 17:20:09 +01:00
Toby Griffin
a5af013f31
Added multiple-column sort instructions
2017-06-07 09:32:22 +10:00
Toby Griffin
4b97f0f316
Join code snippet includes shorthand operator
2017-06-07 09:27:02 +10:00
tanner0101
5110e9af92
drop.middleware + package updates
2017-06-06 16:04:09 +01:00
Toby Griffin
f038c74569
Revert tabs to spaces
2017-06-06 12:53:23 +10:00
Toby Griffin
936495597d
Added Join to Fluent
2017-06-06 12:51:36 +10:00
Tanner
e2804a9e86
Merge pull request #179 from valen90/patch-1
...
Update preparations
2017-06-02 16:43:26 +01:00
Valentín Corral García
86c6715dc8
Update database.md
2017-05-31 14:03:07 +02:00
Kacy James
d5051bab92
Update getting-started.md
2017-05-26 15:05:15 -04:00
Kacy James
89ecfba1a8
Update getting-started.md
2017-05-26 15:04:21 -04:00
Kacy James
f7a2602fde
Update getting-started.md
2017-05-26 14:43:40 -04:00
Kacy James
6e4afc7d7d
Show Minimum Required Functions
...
I think it would be useful to show a complete representation of the model class then go into explaining what does what. Upon reading the documentation, I was under the impression that all I needed to have in order for my model to be valid was:
```
final class Pet: Model {
var name: String
var age: Int
let storage = Storage()
init(name: String, age: Int) {
self.name = name
self.age = age
}
}
```
2017-05-26 14:38:48 -04:00
Nate Bird
18aeafdf6b
Added details about the PostgreSQL Driver
2017-05-22 22:20:12 -04:00
Sam Rayner
86f7510a6c
Correct wording around soft deletion
...
Corrected to clarify that soft-deleted objects will not be affected by queries unless `.withSoftDeleted()` is used.
2017-05-22 13:53:32 +01:00
Tim
947dd33a25
Add missing type to Parent relation example
2017-04-25 08:22:42 +01:00
tanner0101
a971faa082
relations
2017-04-13 19:27:14 +02:00
tanner0101
757bfa5051
fix links
2017-04-13 12:06:23 +02:00
tanner0101
51cb05dd92
more fluent
2017-04-13 12:04:46 +02:00
tanner0101
e07a783f5d
foreign keys
2017-04-12 23:59:28 +02:00
tanner0101
f590a03f7a
database
2017-04-12 23:52:40 +02:00
Steffen D. Sommer
5480c48472
Update getting-started.md
2017-04-08 22:34:22 +02:00
tanner0101
5779aa967e
updated getting started + models
2017-04-06 17:16:05 +02:00
tanner0101
5ef8bfe380
mysql
2017-04-03 12:58:07 +02:00
Brett R. Toomey
10fcee15ce
Updated Fluent module name
2017-03-30 10:49:53 +02:00
Tanner Nelson
d62013cf28
fluent
2017-03-24 10:40:15 +01:00
Tanner Nelson
7814315abb
outdated warning
2017-03-03 19:30:40 +01:00
Tanner Nelson
659f9d407b
add 2.0 docs
2017-03-03 16:14:50 +01:00