Respect / Relational

A fluent, intuitive ORM for any relational database engine
http://respect.github.io/Relational
Other
243 stars 32 forks source link

ANSI SQL standard #46

Open nickl- opened 11 years ago

nickl- commented 11 years ago

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 commented 10 years ago

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 =)