File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ Here a few things to keep in mind:
15
15
* The charset is up to you. No special binding to UTF8, although UTF8 is the default.
16
16
* You're allowed to nest most queries to build big and powerful queries.
17
17
* The order of method-calls of each statement-builder is irrelevant. The resulting query will always render the right order.
18
- * No animals were harmed due to the production of this library.
19
- * The order of method-calls doesn't matter.
20
18
21
19
## Some simplified examples
22
20
@@ -28,7 +26,7 @@ Here a few things to keep in mind:
28
26
* [ Update] ( doc/update.md )
29
27
* [ Delete] ( doc/delete.md )
30
28
* [ Nested transactions] ( doc/nested-transactions.md )
31
- * [ Virtual tables] ( doc/virtual-tables.md )
29
+ * [ Virtual/alias tables] ( doc/virtual-tables.md )
32
30
33
31
## Some extended examples
34
32
You can’t perform that action at this time.
0 commit comments