-
**Migrated issue, originally created by Scott Milliken ([@smilliken](https://github.com/smilliken))**
http://www.postgresql.org/docs/current/static/sql-declare.html
It's currently not possible to sp…
-
Supporting custom functions (#8 #34) is difficult with `asyncpg` because it doesn't support named parameters, making it hard to forward query parameters to the custom function. Sqlalchemy 1.4 [suppor…
-
**Migrated issue, originally created by Timothy Cardenas ([@trcarden](https://github.com/trcarden))**
Simply create a engine with isolation_level set to autocommit, connect, and compare the return va…
-
It would be helpful to be able to 'automatically' iterate through fetchmany, similar to pd.read_sql(chunksize) or as suggested here:
http://code.activestate.com/recipes/137270-use-generators-for-fetc…
sumau updated
4 years ago
-
I want to achieve this
````sql
> INSERT INTO `userTable` (`user_id`, `user_name`) VALUES
> (1, 'dsf'),
> (2, 'fgy'),
> (3, 'faad');
Hope to have a simple example
-
### Environment
To diagnose, we usually need to know the following, including version numbers. On Windows, be
sure to specify 32-bit Python or 64-bit:
- Python: 3.7.5
- pyodbc: 4.0.28
- OS: …
-
from the docstring, we know torndb is a wrapper of mysqldb, and support some easy used DML sql method.
the most important method is _execute and _cursor,you know
```
def _cursor(self):
…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Python are you using (`python --version`)?
`Python 3.6.7`
2. What operating system and processor archite…
-
@zzzeek does the Oracle dialect need to expose `supports_multivalues_insert` so Pandas `to_sql` can use `executemany()`? https://github.com/pandas-dev/pandas/pull/19664/files
-
I dont' know if I'm missing something or not. I'm experiencing some issues because Oracle (cx_Oracle) queries fail when there are additional bind variables that are not used in the query with the fol…