[
https://issues.apache.org/jira/browse/CASSANDRA-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13115800#comment-13115800
]
Jonathan Ellis commented on CASSANDRA-3140:
-------------------------------------------
MSSQL: select @@version;
postgresql, mysql: select version();
oracle: select * from v$version;
I actually kind of like the Oracle approach:
- Similar to what I've proposed for CASSANDRA-3002
- No CQL language changes necessary
- Generalizes nicely if we need to add more than one or two version strings
> Expose server, api versions to CQL
> ----------------------------------
>
> Key: CASSANDRA-3140
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3140
> Project: Cassandra
> Issue Type: New Feature
> Reporter: Jonathan Ellis
> Assignee: satish babu krishnamoorthy
> Priority: Minor
> Fix For: 1.0.1
>
> Attachments: 3140-patch.diff, 3140-patch1.diff
>
>
> Need to expose the CQL api version; might as well include the server version
> while we're at it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira