
I have been using typeorm for a project at work for about a year now with typescript, express, and oracle 11g. A lot of the issues are specific to my version of oracle. From what I've read the testing issue is not oracle 11g specific.can't configure integration testing properly. I have to open a new connection for each test suite and use --runInBand flag to make them run serially. It's impossible to configure one connection for all tests.I had to patch it with webpack to connect to oracle (not version specific)joins don't work for oracle 11gcan't limit/offset with oracle 11gDue to join/limit/offset issue I find myself writing a lot of raw sql. I don't see us switching for this project but I won't choose it again.
No comments:
Post a Comment