Opened 3 years ago
Closed 3 years ago
#1486957 closed Feature Patches (fixed)
Add semicolon to SQL log
| Reported by: | drdol | Owned by: | |
|---|---|---|---|
| Priority: | 8 | Milestone: | 0.4.1 |
| Component: | Core functionality | Version: | 0.4-stable |
| Severity: | trivial | Keywords: | sql semicolon end log |
| Cc: |
Description
If you enable $rcmail_configsql_debug? the SQL statements will be logged in the log file logs/sql. Each log entry conaints the SQL statement, but without a semicolon at the end. If you have to downtrack something, you always have to add a semicolon in your command line SQL client.
Attachments (1)
Change History (2)
Changed 3 years ago by drdol
comment:1 Changed 3 years ago by alec
- Milestone changed from later to 0.4.1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Done in [860678e3].