On Tuesday 02 September 2008 07:13:54 am Ed Leafe wrote: > On Sep 1, 2008, at 10:06 PM, johnf wrote: > > I'd like to drop support for the 7.4.x versions of postgres. 7.4 is > > over 7-8 > > years old now and with the 8.x improvements it is just nuts not to > > use 8.x > > over 7.4. > > Except in cases where the developer doesn't have a say in the matter. > > > Unless someone on the dev team has objections I will remove the > > line that states 7.4 is supported. > > You presented an alternative line in your reply that you state will > work for earlier versions. Why not change the code to read: > > try: > <current version> > except <database error>: > <old version> > > > -- Ed Leafe
The only issue I can see with providing a solution for 7.4 is I have no way of testing. If someone was able to test against a 7.4.x install then I'd say great. I could add the code I found an make note it has not been tested. Or just added it as commented code. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
