[web2py] Pylint and web2py

2013-01-16 Thread Patrick Büchler
Dear All, We would like to use pylint to make static analysis of my code. However, we stumbled over some problems because of web2py's "magic" imports which are not recognized by pylint. Pylint therefore produces a lot of "false" errors because e.g. helpers like T or D are not recognized. E.g.

[web2py] Re: Are there known problems of SQL Server with the built in wiki

2012-11-02 Thread Patrick Büchler
ade-paths > > On Thursday, 1 November 2012 09:39:47 UTC-5, Patrick Büchler wrote: >> >> Dear All, >> >> I plan to use web2py for an internal wiki. I wanted to use SQL Server as >> database, however, when I try to run my application I get: >> >> pyodbc.

[web2py] Are there known problems of SQL Server with the built in wiki

2012-11-01 Thread Patrick Büchler
Dear All, I plan to use web2py for an internal wiki. I wanted to use SQL Server as database, however, when I try to run my application I get: pyodbc.ProgrammingError: ('42000', "[42000] [Microsoft][ODBC SQL Server > Driver][SQL Server]Introducing FOREIGN KEY constraint > 'wiki_page_modified_by