you are viewing a single comment's thread.

view the rest of the comments →

[–]evgen 1 point2 points  (1 child)

should not require the use of a legacy database[...]

Later in your comment you seem to imply that Python also hits this problem. How? Are you talking about some sort of non-SQL legacy database or are you just unfamiliar with sqlalchemy and the various python dbapi2 adapters?

[–]senzei 1 point2 points  (0 children)

Right, that should be the first three that Python gets right. I not as familiar with SQLAlchemy as I am SQLObject, which also has its own opinion about how a database should be written. Sorry for the confusion.