Marek Lichtner

Results 6 comments of Marek Lichtner

Hi there, I am also missing this kind of feature. Have you found any solution?

could be if someone write a pull request ;-)

Hi, I also use this plugin, but same problem as @billdami

correct queries before commit are: ``` SELECT * FROM category; ``` with params: ``` array(0) ``` and second query ``` SELECT * FROM category_strings WHERE (category_strings.category_id IN (1, 2, 3,...

I realize where the problem is. My Implementation of NotORM_Row is: ``` function offsetExists($offset) { if (!isset($this->row[$offset])) { $table = $this->result->table . "_translation"; $result = $this->$table() ->order(new NotORM_Literal('IF(language = ?,...