IreneKnapp / direct-sqlite

MIT License
35 stars 54 forks source link

Update to SQLite 3.8.4.1 #43

Closed sethfowler closed 10 years ago

sethfowler commented 10 years ago

The newest versions of SQLite have added support for recursive common table expressions. These allow making recursive queries with SQLite and are extraordinarily useful. I'm very excited about having these available with direct-sqlite!

That's my main motivation for this PR, although there have of course been a number of other performance enhancements and new features between SQLite 3.8.1 and 3.8.4.1.

sethfowler commented 10 years ago

@IreneKnapp Ping. =)

IreneKnapp commented 10 years ago

Thank you! Really happy to have this in! I'll release to Hackage momentarily.

sethfowler commented 10 years ago

Awesome!