Does NotORM support union?

Notice: This thread is very old.
karelb
Member | 17
+
0
-

I cannot find how to do UNION using Nette's NotORM.

In the NotORM itself, I can just use

$table1->union($table2)

see http://www.notorm.com/#api and line 533 here https://github.com/…M/Result.php.

However, I cannot find it in here – https://api.nette.org/…lection.html . Does Nette's version of NotORM implement Union?

Last edited by karelb (2013-12-25 22:13)

hrach
Member | 1834
+
0
-

Unfortunately not. I don't like the NotORM implementation, that's why it's not in Nette\Database\Table.