Re: [sqlalchemy] sqlite3 recursivity

2014-04-29 Thread Richard Gerd Kuesters
 

well, i thought it would be wiser to ask before :) i don't know if cte
is available for all dialects :) i'll give it a try and return asap :) 

best regards, 

richard. 

Em 2014-04-26 15:24, Michael Bayer escreveu: 

 what happens if you just try it? the syntax looks entirely standard. 
 
 On Apr 26, 2014, at 2:10 PM, Richard Gerd Kuesters rich...@humantech.com.br 
 wrote: 
 
 hi all! 
 
 as some already know, sqlite3 version 3.8.x (i'm not quite sure if it's 
 3.8.x, i might be wrong), but it has now support for recursivity using the 
 with operator: https://sqlite.org/lang_with.html [1] 
 
 well - probably mike can answear this better - will sqla provide basic 
 support for it, like we already have in postgres using cte? or in the near 
 future we'll only find 3rd part implementations, since it will take time 
 for the world to use this version up? 
 
 best regards, 
 
 richard. 
 -- 
 You received this message because you are subscribed to the Google Groups 
 sqlalchemy group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to sqlalchemy+unsubscr...@googlegroups.com.
 To post to this group, send email to sqlalchemy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sqlalchemy [2].
 For more options, visit https://groups.google.com/d/optout [3].
 

Links:
--
[1] https://sqlite.org/lang_with.html
[2] http://groups.google.com/group/sqlalchemy
[3] https://groups.google.com/d/optout

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.


[sqlalchemy] sqlite3 recursivity

2014-04-26 Thread Richard Gerd Kuesters
 

hi all! 

as some already know, sqlite3 version 3.8.x (i'm not quite sure if it's
3.8.x, i might be wrong), but it has now support for recursivity using
the with operator: https://sqlite.org/lang_with.html [1] 

well - probably mike can answear this better - will sqla provide basic
support for it, like we already have in postgres using cte? or in the
near future we'll only find 3rd part implementations, since it will
take time for the world to use this version up? 

best regards, 

richard. 

Links:
--
[1] https://sqlite.org/lang_with.html

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.


Re: [sqlalchemy] sqlite3 recursivity

2014-04-26 Thread Michael Bayer
what happens if you just try it?   the syntax looks entirely standard.


On Apr 26, 2014, at 2:10 PM, Richard Gerd Kuesters rich...@humantech.com.br 
wrote:

 hi all!
 
 as some already know, sqlite3 version 3.8.x (i'm not quite sure if it's 
 3.8.x, i might be wrong), but it has now support for recursivity using the 
 with operator: https://sqlite.org/lang_with.html
 
 well - probably mike can answear this better - will sqla provide basic 
 support for it, like we already have in postgres using cte? or in the near 
 future we'll only find 3rd part implementations, since it will take time for 
 the world to use this version up?
 
 best regards,
 
 richard.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 sqlalchemy group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to sqlalchemy+unsubscr...@googlegroups.com.
 To post to this group, send email to sqlalchemy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sqlalchemy.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.