#367 closed defect (wontfix)
Wontfix: may be it's possible to add SQL_EXECUTE_AFTER_CONNECT setting?
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
It is an SQL-string that will be executed after connect to server.
For examle to make some 'SET ..' comands in mysql.
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Because the question in the previous comment hasn't been answered, I'm closing the ticket.
Note:
See TracTickets
for help on using tickets.
Which sorts of
SETcommands would you need to run?