Search code examples
CodeIgniter's update() query builder method corrupts the rendered SQL with backticks around each...


phpmysqlcodeigniterquery-builderquoting

Read More
Parameterized query error at column called "order" in CodeIgniter...


phpcodeigniterprepared-statementquotingreserved-words

Read More
CodeIgniter parameterized query with MATCH () AGAINST () expression breaks on column named "des...


phpcodeigniterprepared-statementquotingreserved-words

Read More
SELECT query with conditional expression in SUM() is rendered with incorrect backticks using CodeIgn...


phpmysqlcodeigniterquery-builderquoting

Read More
Writing a SUBSTRING() call in CodeIgniter's select() method renders SQL with corrupted quotes...


phpcodeigniterselectquery-builderquoting

Read More
Passing a lone string containing dots to CodeIgniter's where() renders with unintended identifie...


phpmysqlcodeigniterquery-builderquoting

Read More
How to implement table.column NOT BETWEEN $date1 AND $date2 with CodeIgniter's query builder...


phppostgresqlcodeigniterbetweenquoting

Read More
How to pass a table name as a parameterized value into CodeIgniter's query() method...


phpmysqlcodeigniterprepared-statementquoting

Read More
Error number 1054 from raw SELECT query executed by CodeIgniter's query()...


phpmysqlcodeigniterquoting

Read More
How to pass variables representing table names, column names, and values into an SQL string to be ex...


phpmysqlcodeigniterprepared-statementquoting

Read More
CodeIgniter query shows variable name in executed query instead of the variable's value...


phpmysqlcodeigniterstring-interpolationquoting

Read More
GROUP_CONCAT() expression containing single quotes in a CodeIgniter select() call enclosed in single...


phpmysqlcodeigniterquery-builderquoting

Read More
Backticks not right in sql string...


phpcodeigniterquery-buildersql-functionquoting

Read More
Add a clause to a MySQL statement without quotes using CodeIgniter's Active Record functions...


phpcodeignitersql-updatequery-builderquoting

Read More
Numeric string used in JOIN ON expression is incorrectly quoted as an identifier by CodeIgniter'...


phpcodeigniterjoinquery-builderquoting

Read More
How to write single quotes in a single-quoted string passed into a CodeIgniter query builder method...


phpstringcodeigniterquery-builderquoting

Read More
CodeIgniter's group_by() builds a query with corrupted quoting when grouping by 3 columns...


phpcodeignitergroup-byquery-builderquoting

Read More
Powershell: passing json string to curl...


powershellcurlescapingquoting

Read More
PowerShell formatting for a string...


powershellstring-interpolationquoting

Read More
CodeIgniter Active Record unknown column in where clause...


phpcodeigniterquery-builderquoting

Read More
SELECT rows WHERE a column is not greater than a MySQL function's return value using CodeIgniter...


phpdatecodeigniterquery-builderquoting

Read More
How to query a database table using PHP variables as values with CodeIgniter...


phpmysqlcodeigniterprepared-statementquoting

Read More
Python 3.12 SyntaxWarning: invalid escape sequence on triple-quoted string, `\d` must be `\\d`...


pythonwarningsstring-literalsquotingpython-3.12

Read More
How to write two LIKE conditions separated by OR inside of parentheses with CodeIgniter...


phpcodeigniterescapingsql-likequoting

Read More
Getting "invalid escape sequence" trying to escape double-quote in string literal...


swiftquoting

Read More
Escaping the and (&) sign in Powershell...


powershellcmdescapingampersandquoting

Read More
Docker Compose mangling YAML, how do I see the YAML it renders?...


stringdockerdocker-composeyamlquoting

Read More
CodeIgniter active record query is inappropriately wrapping an addition expression in identifier quo...


phpmysqlcodeigniteractiverecordquoting

Read More
$this->db->escape() function adding single quote in codeigniter...


phpcodeigniteractiverecordsql-insertquoting

Read More
Despite the name escape(), CodeIgniter's escaping method is adding quotes around my already manu...


phpsqlmysqlcodeigniterquoting

Read More
BackNext