Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANSI SQL standard #46

Open
nickl- opened this issue Nov 8, 2013 · 1 comment
Open

ANSI SQL standard #46

nickl- opened this issue Nov 8, 2013 · 1 comment

Comments

@nickl-
Copy link
Member

nickl- commented Nov 8, 2013

Found the free ANS SQL standard Part 1:
http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html
ISO_IEC_9075-1_2008

According to Wikipedia there are 14 parts:
ISO/IEC 9075-1:2008 Framework (SQL/Framework)
ISO/IEC 9075-2:2008 Foundation (SQL/Foundation)
ISO/IEC 9075-3:2008 Call-Level Interface (SQL/CLI)
ISO/IEC 9075-4:2008 Persistent Stored Modules (SQL/PSM)
ISO/IEC 9075-9:2008 Management of External Data (SQL/MED)
ISO/IEC 9075-10:2008 Object Language Bindings (SQL/OLB)
ISO/IEC 9075-11:2008 Information and Definition Schemas (SQL/Schemata)
ISO/IEC 9075-13:2008 SQL Routines and Types Using the Java TM Programming Language (SQL/JRT)
ISO/IEC 9075-14:2008 XML-Related Specifications (SQL/XML)

This is also not the latest as 2011 replaces it

I wonder if ISO will donate to open source?

@alganet
Copy link
Member

alganet commented Dec 3, 2013

The SQL92 is open and the most widely supported (though not complete): http://www.andrew.cmu.edu/user/shadow/sql/sql1992.txt

I think we could improve the Sql support with this. Data is now more aware of Styles and I believe that with a few modifications we could write styles for specific standards as well =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants