vesper-framework / vesper

Vesper is a NodeJS framework that helps you to create scalable, maintainable, extensible, declarative and fast GraphQL-based server applications.
http://vesper-framework.com
600 stars 35 forks source link

TypeError: Cannot read property 'isTransactionActive' of undefined #18

Closed leoregul closed 6 years ago

leoregul commented 6 years ago

Hello At first, thanks for your great framework!

With version 0.1.5 was noticed this issue: TypeError: Cannot read property 'isTransactionActive' of undefined at apollo_server_core_1.runHttpQuery.then.then.catch (...\node_modules\vesper\index.js:111:54) at at process._tickCallback (internal/process/next_tick.js:188:7)

Driver: 'sqljs'

I suppose, 'transactionEntityManager.queryRunner !== undefined &&' is missed.

And, could you update package typeorm in 'dependencies'?

pleerock commented 6 years ago

fixed in 0.1.7