All work
- Dont set the session keyspace when preparing statementsPYTHON-843Resolved issue: PYTHON-843Jim Witschey
- Add NO_COMPACT startup option (Driver changes for CASSANDRA-10857)PYTHON-839Resolved issue: PYTHON-839
- Implement PYTHON-812 (PYTHON-812 Warn on Cluster init if contact points are specified but LBP isn't) for ExecutionProfilesPYTHON-838Resolved issue: PYTHON-838
- Add new exception type for CDCPYTHON-837Resolved issue: PYTHON-837
- Bump Cython dependency version to 0.27PYTHON-833Resolved issue: PYTHON-833
- Error at cleanup when closing the asyncore connectionsPYTHON-829Resolved issue: PYTHON-829
- Fix bug when subclassing AyncoreConnectionPYTHON-827Resolved issue: PYTHON-827Jaume Marhuenda
- Not create two sessions by default in CQLEnginePYTHON-814Resolved issue: PYTHON-814
- Warn on Cluster init if contact points are specified but LBP isn'tPYTHON-812Resolved issue: PYTHON-812
- Revert PYTHON-759PYTHON-810Resolved issue: PYTHON-810
- Include hash of result set metadata in prepared stmt id (protocol change for CASSANDRA-10786)PYTHON-808Resolved issue: PYTHON-808
- Add simulacron to test harnessPYTHON-801Resolved issue: PYTHON-801
- Call asyncore methods from within the loop threadPYTHON-797Resolved issue: PYTHON-797
- Add a note in the documention that we are not supporting big-endian systemsPYTHON-796Resolved issue: PYTHON-796
- WriteType.CDC and VIEW missingPYTHON-794Resolved issue: PYTHON-794
- Fix sites where `sessions` can change during iterationPYTHON-793Resolved issue: PYTHON-793
- Consistent flakes in async reactorPYTHON-784Resolved issue: PYTHON-784Jaume Marhuenda
- Support simulacron in Windows testsPYTHON-783Resolved issue: PYTHON-783
- Use of DCAwareRoundRobinPolicy raises NoHostAvailable exceptionPYTHON-781Resolved issue: PYTHON-781
- cqlengine query fails with datetime primary keyPYTHON-779Resolved issue: PYTHON-779Jaume Marhuenda
- Rare exception when "sys.exit(0)" after query timeoutsPYTHON-752Resolved issue: PYTHON-752
- Add support of Python3 IPv4Address and IPv6Address for inet typesPYTHON-751Resolved issue: PYTHON-751
- Allow min_length==0 for Column.Text fieldsPYTHON-735Resolved issue: PYTHON-735
- Test JSON query supportPYTHON-702Resolved issue: PYTHON-702Jaume Marhuenda
- Send keyspace in QUERY, PREPARE, and BATCH messages in v5PYTHON-678Resolved issue: PYTHON-678
- Both _set_final_exception/result called for the same ResponseFuturePYTHON-630Resolved issue: PYTHON-630
- Add Idle Connection TestsPYTHON-575Resolved issue: PYTHON-575
- Improve Partitioner/Token ValidationPYTHON-564Resolved issue: PYTHON-564Jaume Marhuenda
- Docs: cluster metadata strips characters from table names with double quotesPYTHON-524Resolved issue: PYTHON-524Alan Boudreault
29 of 29
Dont set the session keyspace when preparing statements
Done
Description
Environment
None
Pull Requests
None
Created October 27, 2017 at 3:04 PM
Updated November 6, 2017 at 4:37 PM
Resolved October 27, 2017 at 5:12 PM
Activity
Show:
Here we set the keyspace to the session's if it's not set as an argument.
It has no effect if the independent keyspace is supported by the protocol version since the session is already bound to that keyspace.
It fails if the independent keyspace is not supported.