You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
I think instead we should just throw an exception for the platforms that requires both to be set. If someone is using this driver to produce valid cross platform abstracted queries, I think it would be better to throw an exception so they can fix their query. Thoughts? (The exception would be thrown in the MysqlDecorator).
@ralphschindler imho, I think the exception should not be added because on case that we don't want to limit, it will cause issue, on #5643 I remove cast (int) on $this->limit to make it possible to use maximum of unsigned bigint ( 18446744073709551615 )
Will throw a syntax error in mysql and sqlite
The text was updated successfully, but these errors were encountered: