On Sat, Apr 13, 2019 at 06:38:32PM +0200, Markus Elfring 
<markus.elfr...@web.de> wrote:
> >> This software situation can look different if there are additional
> >> abstractions involved because of object-relational mapping.
> >> Can a query object be passed as a parameter for a corresponding method 
> >> call?
> >
> >    Certainly. Both SelectResults[1] and SQLBuilder[2]'s objects
> > can be passed, they're just Python objects, no magic.
> >
> > 1. http://sqlobject.org/SelectResults.html
> > 2. http://sqlobject.org/SQLBuilder.html
> 
> Do any of these classes trigger a table creation (CTAS command)
> which is automatically mapped to another Python object?

   No, not even ``CREATE TABLE``. And ``CREATE TABLE AS SELECT`` is not
implemented in SQLObject at all. Do you want to implement it?

> Regards,
> Markus

Oleg.
-- 
    Oleg Broytman            https://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to