Dylan Scott
Dylan Scott
I was wondering if there is any way to control the type conversion with the Python client when converting results to a Pandas DataFrame. Specifically with columns of the [date](https://duckdb.org/docs/sql/data_types/date)...
I don't know if this was actually causing any problems but I noticed the logs for the k8s-custom-iptables pods had errors every time the configuration was being printed after I...
### What happens? I noticed some idiosyncrasies with how the interval type gets treated in the Python bindings. The most glaring manifestation is that it will report that a year...
### Reproducible in vscode.dev or in VS Code Desktop? - [ ] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ]...
This PR adds tracking of token source positions, accessible with new `pos` and `length` attributes on the `Token` class and its subclasses. As mentioned in the corresponding issue (#793), we've...
Hello 👋 We're big fans of sqlparse, particularly its leniency in the face of weird or just plain invalid syntax, and use it to power some aspects of a SQL...
I happened to notice in using `ImmutableSandboxedEnvironment` that the default `modifies_known_mutable` check seems to be missing coverage for a couple of methods. In particular the `clear` and `pop` methods are...
This PR adds the attributes `clear` and `pop` on `MutableSequence` to the default `modifies_known_mutable` check used by `ImmutableSandboxedEnvironment`. fixes #2032 Let me know if I should add an entry to...