[web2py:27318] Re: import SQL Schemma Database into model.py

2009-07-24 Thread Boriel
. In the case there both information sources exists 1) ... 3), then web2py shoud assume the Model has changed and should update the tables accordingly, IMHO. Boriel On Fri, Jul 24, 2009 at 08:49, mdipierro wrote: > > This functionality could be included in the new DAl but there is a > w

[web2py:27301] Re: import SQL Schemma Database into model.py

2009-07-24 Thread Boriel
The script I sent several days ago is about that, but at the moment it only accepts mysql databases. I'll be working on it the next week. Regards, Boriel On Fri, Jul 24, 2009 at 07:51, Hans Donner wrote: > > I think this would be a perfect tool for a web2py toolkit (seperate >

[web2py:26920] Re: Invalid field names starting with "_" char

2009-07-19 Thread Boriel
e is now supported. > > Thanks for this information. This was exactly what I suspected, so will uncommented such lines. I guessed starting "_" chars are being used like a namespace for the DAL or something. -- Boriel http://www.boriel.com --~--~-~--~~~---~

[web2py:26911] Invalid field names starting with "_" char

2009-07-19 Thread Boriel
ng with "_"). Regards, J. PS: This message has been resent, since I can't see it published after 24h ?? -- Boriel http://www.boriel.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-u

[web2py:26798] Invalid field names starting with "_" char

2009-07-18 Thread Boriel
g with "_" was by design, but why exactly? MySQL, MSSQL & SQLite allows such column names. Maybe other DB engines (e.g. Oracle) don't? I'm asking this because If it's just due to Oracle (or whatever) compatibility, I can remove these lines (I need field names s

[web2py:26771] Re: HOW2Py

2009-07-17 Thread Boriel
gt; > 5- Creating PYJamas APPs > > > > 6- Web2PY ... LINKEDDATA.org HELPER integration > > > > 7- Web2PY OPENSOCIAL HELPER > > > > 8- Web2PY MASHUP API > > > > The thinking is demonstrate how WEb2PY

[web2py:26520] Importing an already existing MySQL database

2009-07-14 Thread Boriel
quot;\tmigrate = False)" cursor = db.cursor() cursor.execute('show tables') for table in cursor.fetchall(): print output_table(table[0]) === 8< == 8< == 8< == Many things to be done: 1) Fieldnames starting with "

[web2py:26483] Re: Good IDE in OS X to learn Python

2009-07-14 Thread Boriel
fun to experiment with while you're > learning Python. > > > Annet. > > > -- Boriel http://www.boriel.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework&quo