[sqlalchemy] Postgres OID column in SQLA 0.8

2015-01-12 Thread Ven Karri
Hi Mike,

Is there anyway, you can make the following changes to SQLA 0.8 ?

https://bitbucket.org/zzzeek/sqlalchemy/commits/42bbb7163ada

-- 
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] Postgres OID column in SQLA 0.8

2015-01-12 Thread Michael Bayer
sorry, 0.8 is not accepting changes other than critical security patches.

you can create your own OID type and patch it into 
sqlalchemy.dialects.postgresql.base.ischema_names directly, assuming this is 
breaking on reflection for you.



Ven Karri karri@gmail.com wrote:

 Hi Mike,
 
 Is there anyway, you can make the following changes to SQLA 0.8 ?
 
 https://bitbucket.org/zzzeek/sqlalchemy/commits/42bbb7163ada
 
 -- 
 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.