We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alterar o geradorDao para informar o DBMS da conexão para ficar semelhante o código abaixo
//-------------------------------------------------------------------------------- private function processWhereGridParameters( $whereGrid ) { $result = $whereGrid; if ( is_array($whereGrid) ){ $dbms = $this->getTPDOConnection()->getDbms(); $where = ' 1=1 '; $where = SqlHelper::getAtributeWhereGridParameters($where, $whereGrid, 'ICODIGO' ,SqlHelper::SQL_TYPE_NUMERIC ,null,null,$dbms); $where = SqlHelper::getAtributeWhereGridParameters($where, $whereGrid, 'IMATRICULA',SqlHelper::SQL_TYPE_NUMERIC ,null,null,$dbms); $result = $where; } return $result; }
Releted
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Alterar o geradorDao para informar o DBMS da conexão para ficar semelhante o código abaixo
Releted
The text was updated successfully, but these errors were encountered: