Search code examples
Do double quotes, single quotes and no quotes always behave the same in Bash?...


bashquoting

Read More
Calling an SQL function in an expression passed to CodeIgniter's select() emits an SQL error bef...


phpcodeigniterquery-buildersql-functionquoting

Read More
How to prevent unwanted backticks in a SELECT clause with CodeIgniter's query builder methods...


phpcodeigniterselectquery-builderquoting

Read More
CodeIgniter query buider SELECT IFNULL(MAX()) expression breaks on unquoted injected PHP variable...


phpmysqlcodeigniterquery-builderquoting

Read More
Raw query in CodeIgniter emits error when string value is manually wrapped in backticks...


phpcodeigniterwhere-clausequoting

Read More
SELECT rows for user where column value is in the future with CodeIgniter...


phpdatetimecodeigniterselectquoting

Read More
Directly injecting a string as the WHERE clause value of a raw UPDATE query in CodeIgniter emits a 1...


phpmysqlcodeignitersql-injectionquoting

Read More
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
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
BackNext