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:
1515* The charset is up to you. No special binding to UTF8, although UTF8 is the default.
1616* You're allowed to nest most queries to build big and powerful queries.
1717* 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.
2018
2119## Some simplified examples
2220
@@ -28,7 +26,7 @@ Here a few things to keep in mind:
2826* [ Update] ( doc/update.md )
2927* [ Delete] ( doc/delete.md )
3028* [ Nested transactions] ( doc/nested-transactions.md )
31- * [ Virtual tables] ( doc/virtual-tables.md )
29+ * [ Virtual/alias tables] ( doc/virtual-tables.md )
3230
3331## Some extended examples
3432
You can’t perform that action at this time.
0 commit comments