<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SQL DSL</title>
	<atom:link href="http://labnotes.org/2007/03/09/sql-dsl/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2007/03/09/sql-dsl/</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 02:41:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Lukas Eder</title>
		<link>http://labnotes.org/2007/03/09/sql-dsl/comment-page-1/#comment-144163</link>
		<dc:creator>Lukas Eder</dc:creator>
		<pubDate>Thu, 23 Dec 2010 19:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/03/09/sql-dsl/#comment-144163</guid>
		<description>Apparently, the need for true SQL to [any language] integration has not yet been resolved for all this time. Even now, 3 years after your post, many people are unhappy with the status-quo of the major ones like Hibernate/JPA (I&#039;m only familiar with Java libraries), because all they want to do is have a fluent integration of SQL in [any language].

Please consider my article about my new library bringing the best of any RDBMS closer to Java:
http://java.dzone.com/announcements/simple-and-intuitive-approach

The goal of jOOQ (http://jooq.sourceforge.net) is not only to integrate fluently with Java by implementing advanced SQL as a DSL, it also supports many vendor-specific features, such as stored procedures, UDT&#039;s, analytic functions, etc.

Any feedback is welcome!
Cheers,
Lukas</description>
		<content:encoded><![CDATA[<p>Apparently, the need for true SQL to [any language] integration has not yet been resolved for all this time. Even now, 3 years after your post, many people are unhappy with the status-quo of the major ones like Hibernate/JPA (I&#8217;m only familiar with Java libraries), because all they want to do is have a fluent integration of SQL in [any language].</p>
<p>Please consider my article about my new library bringing the best of any RDBMS closer to Java:<br />
<a href="http://java.dzone.com/announcements/simple-and-intuitive-approach" rel="nofollow">http://java.dzone.com/announcements/simple-and-intuitive-approach</a></p>
<p>The goal of jOOQ (<a href="http://jooq.sourceforge.net" rel="nofollow">http://jooq.sourceforge.net</a>) is not only to integrate fluently with Java by implementing advanced SQL as a DSL, it also supports many vendor-specific features, such as stored procedures, UDT&#8217;s, analytic functions, etc.</p>
<p>Any feedback is welcome!<br />
Cheers,<br />
Lukas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hunger</title>
		<link>http://labnotes.org/2007/03/09/sql-dsl/comment-page-1/#comment-138859</link>
		<dc:creator>Michael Hunger</dc:creator>
		<pubDate>Sat, 17 Nov 2007 23:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/03/09/sql-dsl/#comment-138859</guid>
		<description>I did something similar in Java, but with compile time safety and type completion in regard to Tables and Column Names. Its called Jequel and can be found at http://jequel.de. Something like the closures in Ruby is nice for handling all the late evaluation transformed to expression tree stuff, we&#039;re working on something like this with load time bytecode injection for the expression trees in Quaere.</description>
		<content:encoded><![CDATA[<p>I did something similar in Java, but with compile time safety and type completion in regard to Tables and Column Names. Its called Jequel and can be found at <a href="http://jequel.de" rel="nofollow">http://jequel.de</a>. Something like the closures in Ruby is nice for handling all the late evaluation transformed to expression tree stuff, we&#8217;re working on something like this with load time bytecode injection for the expression trees in Quaere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2007/03/09/sql-dsl/comment-page-1/#comment-137701</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Mon, 12 Mar 2007 23:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/03/09/sql-dsl/#comment-137701</guid>
		<description>I guess I was that impressed with SQL DSL, I copied the example without noticing the bug.</description>
		<content:encoded><![CDATA[<p>I guess I was that impressed with SQL DSL, I copied the example without noticing the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Clark</title>
		<link>http://labnotes.org/2007/03/09/sql-dsl/comment-page-1/#comment-137700</link>
		<dc:creator>Kevin Clark</dc:creator>
		<pubDate>Mon, 12 Mar 2007 23:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/03/09/sql-dsl/#comment-137700</guid>
		<description>Are you missing a do after the where?</description>
		<content:encoded><![CDATA[<p>Are you missing a do after the where?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chipping the web - kicks -- Chip&#8217;s Quips</title>
		<link>http://labnotes.org/2007/03/09/sql-dsl/comment-page-1/#comment-137693</link>
		<dc:creator>Chipping the web - kicks -- Chip&#8217;s Quips</dc:creator>
		<pubDate>Sat, 10 Mar 2007 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2007/03/09/sql-dsl/#comment-137693</guid>
		<description>[...] Ruby DSL for SQL, &#8220;Because in Ruby, if you need it, you just make it [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby DSL for SQL, &#8220;Because in Ruby, if you need it, you just make it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

