In article <[EMAIL PROTECTED]>,
M.-A. Lemburg <[EMAIL PROTECTED]> wrote:
>On 2008-04-07 15:30, Greg Lindstrom wrote:
>> 
>> SQL is one of the areas I wish I had mastered (much) earlier in my career
>
>Fully agree :-)
>
>Interesting comments in a time where everyone seems to be obsessed
>with ORMs.

   It seems to me that ORM can work if your database isn't too
complex and it is the only way your database is going to be accessed.
In our case, we have a messy legacy database (lots of tables,
triggers, stored procedures, etc., that nobody really understands)
with multiple processes hitting it, and so our efforts to integrate
Hibernate haven't been terribly smooth.  In this environment the
hack seems to be to have Hibernate write to its own tables, then
have stored procedures sync them with the old tables.  Not pretty.

                                        Gary Duzan


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to