Siting Ren
Siting Ren
@rohanag108 Unfortunately the Kerberos authentication in this driver haven't been implemented.
@rohanag108 So far we don't have any plan to implement it as there were no such request. But let me know if you plan to use it soon, so I...
Bump dependency version will broke go version < 1.18, since this only fix a warning, we'll wait for some time until users adapt to newer go versions.
@C-h-e-r-r-y What vertica-python version are you using? Have you checked out your server configs? In https://docs.vertica.com/12.0.x/en/sql-reference/config-parameters/general-parameters/, you can see parameters such as `KeepAliveIdleTime`, `KeepAliveProbeCount`, `KeepAliveProbeInterval`.
@C-h-e-r-r-y Please use the latest vertica-python version if possible. Have you set 'connection_timeout' in your connection options? You can inspect the open socket once you create a Connection object: ```python...
You can check out this [enhanced feature](https://github.com/vertica/vertica-python#customize-data-conversion-to-python-objects) published in v1.3.5, which let you define customized converter per sql type.
@bryanherger Feel free to change the hierarchy or add sub-categories as long as it makes sense.
vertica-python has the same behavior as vsql, values are concatenated at the server side, so this might be a problem in JDBC/Java. Please check your java code and monitor what...
In theory vertica-python handles server errors correctly, there must be an exception thrown. For a server notice, vertica-python issues a warning message. Since you are using sqlalchemy-vertica-python, the problem might...
@nicolaerosia You might need to raise a support case for issues inside the vertica server.