0 Collaborator |
4 Patch |
ac7fbafbfa9fbc2cb3549ef3283e5174cb775305, 3ef2349ddeed47f009c0808ed853021bd6d20ee1, 779e0831984b8ecd9d78da43f3cb619b3105af62, 241b2b965edb6b7acab99a59ee80617926abbd50 |
ac7fbafbfa9fbc2cb3549ef3283e5174cb775305 | Author: Oliver Beattie <oliver@obeattie.com> | 2015-03-13 08:43:29+00:00 Default a Session's consistency to that of its ClusterConfig
3ef2349ddeed47f009c0808ed853021bd6d20ee1 | Author: Oliver Beattie <oliver@obeattie.com> | 2015-02-06 13:49:13+00:00 Add myself to AUTHORS
779e0831984b8ecd9d78da43f3cb619b3105af62 | Author: Oliver Beattie <oliver@obeattie.com> | 2015-02-06 13:32:15+00:00 Use constant for default max prepared statements
241b2b965edb6b7acab99a59ee80617926abbd50 | Author: Oliver Beattie <oliver@obeattie.com> | 2015-02-06 12:46:11+00:00 Fix a panic establishing sessions using NewSession Previously, the only way to establish the *first* connection was to use ClusterConfig.CreateSession(). This is due to the global prepared statement cache only being initialised here.