Open mcmz opened 7 years ago
Isnt it possible to query by language? A »where clause« asking for sys_language_uid field doesnt seem to work through pt_extlist.
– Instead, when i query mysql directly, i get the needed results !?
Thx a lot for giving me a hint for that issue.
Hey @mcmz,
pt_extlist just generates SQL, and makes no difference between the fields of a table. So you can query sys_language_uid like any other field.
cheers, Daniel
Isnt it possible to query by language? A »where clause« asking for sys_language_uid field doesnt seem to work through pt_extlist.
– Instead, when i query mysql directly, i get the needed results !?
Thx a lot for giving me a hint for that issue.