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
PHP.Gt/SqlBuilder is not a way of generating queries from code, instead it's a way of building a representation of SQL, therefore this issue is not the same as #84 .
To integrate SqlBuilder, do the same check for SQL files but for PHP files. If there is a PHP file of the correct name, load it and check the expected class name is available, then instantiate it and call its toString function.
The text was updated successfully, but these errors were encountered:
When a .php file is present, the Query class type will be PhpQuery (usually SqlQuery). PhpQuery needs creating, and this class should represent the PHP class, load it and handle the toString calling.
PHP.Gt/SqlBuilder is not a way of generating queries from code, instead it's a way of building a representation of SQL, therefore this issue is not the same as #84 .
To integrate SqlBuilder, do the same check for SQL files but for PHP files. If there is a PHP file of the correct name, load it and check the expected class name is available, then instantiate it and call its toString function.
The text was updated successfully, but these errors were encountered: