Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Yichun Duan
Got it. Thanks. 在 2015年3月23日星期一 UTC+8上午7:22:30,Russell Keith-Magee写道: > > Hi Yichuan Duan, > > I've taken another look; many of the same comments from last time still > apply - especially those related to time estimates. > > When we say we want a detailed plan, we mean *detailed*. *Nobody* - I

Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Russell Keith-Magee
Hi Yichuan Duan, I've taken another look; many of the same comments from last time still apply - especially those related to time estimates. When we say we want a detailed plan, we mean *detailed*. *Nobody* - I don't care how long they've been working with software - *Nobody* can estimate "3 week

Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Yichun Duan
Thanks. Updated. :) 在 2015年3月18日星期三 UTC+8上午6:39:46,Russell Keith-Magee写道: > > Hi Yichun Duan, > > Thanks for submitting a proposal - what you've submitted is a good start, > but it needs some more detail and clarification. > > 4.1: You say you're going to save the database-specific tests "to anot

Re: GSOC 2015: Improving the less popular database backends

2015-03-17 Thread Russell Keith-Magee
Hi Yichun Duan, Thanks for submitting a proposal - what you've submitted is a good start, but it needs some more detail and clarification. 4.1: You say you're going to save the database-specific tests "to another place" - Can you give specifics, or at least an idea of you current thinking? How wi

Re: GSOC 2015: Improving the less popular database backends

2015-03-17 Thread Yichun Duan
Thank you for your suggestions. I'll try. And I've written a draft proposal according to this Shai's idea. Maybe you will be willing to take a look at it. draft proposal 在 2015年3月16日星期一 UTC+8下午11:04:51,Tim Graham写道: > > I

Re: GSOC 2015: Improving the less popular database backends

2015-03-17 Thread Yichun Duan
I've written a draft proposal according to your idea. draft proposal I'm looking forward for your feedback. Thank you for your help. 在 2015年3月16日星期一 UTC+8下午7:22:40,Shai Berger写道: > > I can't answer for sure because there ar

Re: GSOC 2015: Improving the less popular database backends

2015-03-16 Thread Tim Graham
I like the idea of establishing a convention for discovering backend specific tests. As it is now, it seems that third-party backends need to have a customized version of Django's own runtests.py which duplicates a lot of code. Example for django-mssql: https://bitbucket.org/Manfre/django-mssql/

Re: GSOC 2015: Improving the less popular database backends

2015-03-16 Thread Shai Berger
I can't answer for sure because there are still open issues there (e.g. what do you do in the face of multiple databases using different engines). But for the "clear cut" issues, my estimate is that they shouldn't take more than a few days. Shai. On Sunday 15 March 2015 14:03:44 Yichun Duan wr

Re: GSOC 2015: Improving the less popular database backends

2015-03-15 Thread Yichun Duan
And another question, how long will this task take in your opinion? I can hardly estimate it now. 在 2015年3月15日星期日 UTC+8下午7:07:11,Shai Berger写道: > > On Sunday 15 March 2015 03:45:16 Yichun Duan wrote: > > Thank you. When you say "backend-provided tests", do you mean MySQL > > scripts, Oracle sc

Re: GSOC 2015: Improving the less popular database backends

2015-03-15 Thread Yichun Duan
Got it. Thanks. 在 2015年3月15日星期日 UTC+8下午7:07:11,Shai Berger写道: > > On Sunday 15 March 2015 03:45:16 Yichun Duan wrote: > > Thank you. When you say "backend-provided tests", do you mean MySQL > > scripts, Oracle scripts or something else like these? Or just some tests > > based on django standard

Re: GSOC 2015: Improving the less popular database backends

2015-03-15 Thread Shai Berger
On Sunday 15 March 2015 03:45:16 Yichun Duan wrote: > Thank you. When you say "backend-provided tests", do you mean MySQL > scripts, Oracle scripts or something else like these? Or just some tests > based on django standard, which have marks to tell test runner the backend > they suite? > I mean

Re: GSOC 2015: Improving the less popular database backends

2015-03-14 Thread Yichun Duan
Thank you. When you say "backend-provided tests", do you mean MySQL scripts, Oracle scripts or something else like these? Or just some tests based on django standard, which have marks to tell test runner the backend they suite? 在 2015年3月11日星期三 UTC+8上午7:39:35,Shai Berger写道: > > One point which m

Re: GSOC 2015: Improving the less popular database backends

2015-03-10 Thread Shai Berger
One point which may be relatively easy and valuable is to get Django to support backend-provided tests, and do the final clean-up of backend-specific tests from the general test suite. That is, put all the postgres-specific tests somewhere in django.db.backends.postgresql_psycopg2 etc, and have

Re: GSOC 2015: Improving the less popular database backends

2015-03-09 Thread Yichun Duan
Thanks a lot for your suggestions. I'll try. 在 2015年3月10日星期二 UTC+8上午8:10:49,Russell Keith-Magee写道: > > Hi Yichun, > > On Mon, Mar 9, 2015 at 4:13 PM, Yichun Duan > wrote: > >> Hi, >> >> I'm Yichun and I'm interested in the Project ' Improving the less >> popular database backends' in GSOC 2015.

Re: GSOC 2015: Improving the less popular database backends

2015-03-09 Thread Russell Keith-Magee
Hi Yichun, On Mon, Mar 9, 2015 at 4:13 PM, Yichun Duan wrote: > Hi, > > I'm Yichun and I'm interested in the Project ' Improving the less popular > database backends' in GSOC 2015. I major in computer science in Peking > University. I've worked with C++, Java, Python and I've written several > w

GSOC 2015: Improving the less popular database backends

2015-03-09 Thread Yichun Duan
Hi, I'm Yichun and I'm interested in the Project ' Improving the less popular database backends' in GSOC 2015. I major in computer science in Peking University. I've worked with C++, Java, Python and I've written several webapps using Django. I have some questions related to this project and