-
```
What steps will reproduce the problem?
1. Compile Python with default settings (i.e. narrow)
2. Try to connect via ODBC
What is the expected output? What do you see instead?
Narrow builds use "u…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
I use the following configuration:
```
my $db = {
driver => "mysql",
host => "localhost",
database => 'mydb',
dbi_params => {
mysql_enable_utf8 => 1,
charset => "utf8",
…
-
Hi, I have deployed Oncall to GCP and am using Cloud SQL as the MySQL DB. Everything works fine until I attempt to Preview a Schedule, which throws an `Internal Server Error` in the UI and the followi…