Re: Time to drop support for Oracle < 11?

2014-06-15 Thread Hannu Krosing
On 06/14/2014 02:40 PM, Tim Graham wrote: > It seems to weird to claim (even best-effort/community) support for a > database that is no longer supported by its authors. Also, you can > always use an older version of Django, right? I tend to think you're > probably not interested in the latest and g

Re: Master/slave trolling pull request accepted to django master branch

2014-05-27 Thread Hannu Krosing
On 05/27/2014 10:20 PM, Michael Manfre wrote: > It was very clearly stated in the other email thread about this, by > the no longer offensively titled BDFL :P, that the rename will not be > reverted. It's nearly impossible to get a change in to core when there > is a single core dev opposed to it a

Re: "Master/slave terminology"

2014-05-27 Thread Hannu Krosing
On 05/27/2014 06:07 PM, Meira wrote: > It seems to be, there are enough reasonable people leaving comments > like this one: > https://github.com/django/django/pull/2720#issuecomment-44296843 Hi Meira Unfortunately I have to agree, that calling some people "primaries" and some "replicas" is a serio

Re: Must a Django Database Support Migrations?

2014-01-22 Thread Hannu Krosing
ur (small) test database. Automatic migrations are very useful at development time, but need lots of TLC when done in production environment. They are hard enough to orchestrate propery at pure SQL level. Adding an extra layer on top with largely undefined performance characteristics makes things much mo

Re: Is "transaction.atomic" in 1.6 supposed to work this way?

2013-09-19 Thread Hannu Krosing
T: this will commit ; and ; while rolling back the failed ; you can read more on this in http://www.postgresql.org/docs/9.1/static/sql-rollback-to.html Cheers -- Hannu Krosing PostgreSQL Consultant Performance, Scalability and High Availability 2ndQuadrant Nordic OÜ -- You received this m

Re: ANNOUNCE: Django 1.6 beta 1 released

2013-06-29 Thread Hannu Krosing
about using schemas in databases which support them well enough (PostgreSQL, Oracle, ...) Hannu Krosing -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: Proposal: use SQLAlchemy Core for query generation

2012-12-23 Thread Hannu Krosing
On 12/23/2012 10:08 PM, Florent Gallaire wrote: SQLA is, as is its name indicates, a SQL ORM. Django ORM should work for SQL and NoSQL DBMS. Why? Because of name ? NoSQL integration in Django is a more interesting and needed subject, but who cares about that in the core team ? There is no sing