Re: [pylons-discuss] pyramid mssql connection string

2014-10-02 Thread Petr Blahos
thnx pb, made it partially working, after initialize_MyApp_db which successfully created models table I still get error in browser Pyramid is having a problem using your SQL database Is there any exception show in your console where you run your pserve? another question: how to define

Re: [pylons-discuss] pyramid mssql connection string

2014-10-02 Thread Alen Cerovic
if somebody is experiencing same errors in first steps with pyramid and ms sql server: I found the reason for Pyramid is having a problem using your SQL database SqlAlchemy tried to execute: SELECT TOP 1 models.id AS models_id, models.name AS models_name, models.value AS models_value FROM