We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a0753 commit ce81553Copy full SHA for ce81553
TODO
@@ -7,6 +7,7 @@ Things that need to be done, in no particular order:
7
* Overload operators so that when they take a maybe, they always
8
return maybe, i.e. .<. may give NULL when one of the arguments
9
is NULL. Suggested by eivuokko.
10
+ * Support like, cat etc. on nullable arguments.
11
* Support all SQL datatypes
12
* make SQL generation tweakable by the DB driver, since different
13
DBs have different SQL syntax, for example TOP / LIMIT.
0 commit comments