Adam Žurek
Adam Žurek
We use StaticConventions too. Because no FK, because we use structure which can be defined constantly easily.
@zaxxx Every db system has individual solution for update/delete join. So maybe there should be some method in MySqlDriver /MsSqlDriver/OciDriver/PgSqlDriver... which will deal with joining problem.
@Unlink That's ok but think about multi column primary key and multiple joins. ``` $db->table('abc')->where('def.aaa', [1,2,3])->where(':ghj:klm:nop.bbb', 'abcd')->update(['ccc' => 5]); ```
@Unlink Multiple joins as I mentioned (:d:e:f:g.abc) - for that EXISTS should be ok. That SqlLiteral thing is pretty good!
btw https://github.com/Roave/no-floaters
@Majkl578 sure, I only send link to similiar library.
Have you installed this lib? e.g. ```sh python3 -m pip install mega.py && python3 -c "from mega import Mega" ```
and what is output for this?
try to install wheel: `pip install wheel`
@jrfnl yes i saw that. only difference is that you run all php version in trusty, but i run only those old version.