yeah, or use introspection to consume the args, i thought of that too.
i guess we can do that.  of course i dont like having to go there but i
guess not a big deal.

as far as kwargs collisions, yeah, thats a potential issue too.  but
the number of dialects/pools is not *that* varied, theyre generally
pretty conservative with the kwargs.  if we broke out create_engine()
to take in dialect, pool, etc., well id probably just create a new
function for that first off so create_engine() can just remain...im not
sure if i want to force users to be that exposed to the details as
people might get a little intimidated by all that.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to