RBr

Results 3 issues of RBr

I have a select like this `$risks->select("TO_CHAR(table.last_updated_date,'DD.MM.YYYY HH24:MI:SS') as SNAP")->fetch();` NotOrm now compiles this to `SELECT TO_CHAR(risks.LUD,'MM.YYYY MI.SS') as SNAP FROM risks LEFT JOIN DD ON risks.DD_id = DD.id LEFT...

This should resolve issue #109 by - making the option explicit to query for **is not null** directly - adding the option to query for **is not null** by parameter...

What would be a good way to query for a column that **IS NOT NULL**? From reading the code I can see no way to do that. While waiting for...