-
Is it possible to connect to a LocalDB Instance on a Windows host? LocalDB supports Named Pipe connection and Windows authentication only. This is the connection string (via SQLAlchemy)
```
'mssql+p…
-
I'm trying to get multiple rows from SQL query with IN condition based on [Docs examples](https://pymssql.readthedocs.io/en/stable/_mssql_examples.html) from the _examples of queries with parameters_ …
-
When trying to import with a simple: ```import vaex```
```AttributeError Traceback (most recent call last)
in
----> 1 import vaex
~/Documents/GitHub/data-products/…
-
Reproducible example:
```
.query(
"""
SELECT HASHBYTES('MD5', 'hello') AS hash
"""
).data
```
Error trace:
```
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ …
ghost updated
3 years ago
-
Using the latest version users are not able to install additional dependencies from GUI due to permissions error.
```
{"title": "Failed to install dependency", "detail": "Output: Collecting pymssq…
-
The failure looks like so:
```console
$ python -mpex --platform linux_x86_64-cp-39-cp39 sqlalchemy -o sqlalchemy.pex
ERROR: Exception:
Traceback (most recent call last):
File "/home/jsirois/.p…
-
After checking on other Issues, I couldn't find a way to solve my error.
## Description of the issue
I'm having an error executing my main.exe file:
```
Traceback (most recent call last):
Fil…
-
Hi,
I have written a method inside a class:
```python
class EhrModifier:
def __init__(self, data):
self.data = data
def adt_modify(
self,
remodel_totalother…
-
### 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.9
- pyodbc: 4.0.26
- OS:
…
-
Issue replicated on freshly deployed and updated Ubuntu 20.04 as well as 18.04.
When installing requirements via pip, the following error is seen:
`djangorestframework 3.12.1 requires django>=2.…