Artem Ervits
Artem Ervits
With connection string `cockroachdb://maxroach:maxroach@roach-0:26257/movr?sslcert=/certs/client.maxroach.crt&sslkey=/certs/client.maxroach.key&sslmode=verify-full&sslrootcert=/certs/ca.crt&port=26257` I get the following error `Can't load plugin: sqlalchemy.dialects:cockroachdb` The following code works in Jupyter once `sqlalchemy-cockroachdb` is installed. ```python # handling transaction error that we...
business use case is unit A cannot see/edit unit B's schemas.
I'm running sql-lint as part of super-linter 3.6.0 and hitting the following ```json create-changefeed.sql:19 [sql-lint: invalid-create-option] Option 'changefeed' is not a valid option, must be one of '["algorithm","database","definer","event","function","index","or","procedure","server","table","tablespace","temporary","trigger","user","unique","view"]'. :19 [sql-lint:...
```PowerShell # List available modules, specifically, we're looking for Npgsql driver loaded. Get-Module -ListAvailable ``` Directory: /usr/src/jupyter-powershell/Modules ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Manifest 1.1.0.0 Microsoft.PowerShell.Archive {Compress-Archive, Expand-Archive}...
BIGTOP-2415 README in vagrant-puppet-docker had plugins spelled wrong
I would like to test MartenDB with CockroachDB and I'm currently faced with the following error ```bash CREATE OR REPLACE FUNCTION public.mt_immutable_timestamp(value text) RETURNS timestamp without time zone LANGUAGE sql...
please see comments in the cockroach issue: https://github.com/cockroachdb/cockroach/issues/46481 The problem seems to be this if-statement in ipython-sql: if first_word.startswith('\\') and 'postgres' in str(conn.dialect): if not PGSpecial: raise ImportError('pgspecial not installed')...