Robert Main
Robert Main
Just chipping into this just now. I'm using the SAML strategy with our custom in-house SAML authentication source. I need a way to set-up a fake user session in development...
Looks like this has merge conflicts. Also, if this is merged then it will break for people not using typescript (since there is no compiled js version provided). I'd suggest...
I'm seeing something similar in #4577. Can someone confirm if this is the same bug?
> @sosoba the Python Thin driver is available: https://medium.com/@cjones-oracle/open-source-python-thin-driver-for-oracle-database-e82aac7ecf5a Very cool - are there any plans for a node thin driver?
Ah cool. That sounds great! For context: my interest in this stems from an app we have that needs to talk to Oracle only in prod and `node-oracledb` looking for...
> @rmainseas Point 1 isn't true if you are using node-oracledb from npm. The Oracle Client libraries are only loaded at runtime by node-oracledb. In fact, they are loaded at...
So, this was on a Debian based system, so likely not the RPMs. In addition, the version of `node-oracledb` the project uses is quite old (2.3.0) so it's possible that...
Is there any update on this? My migration looks like this: ```ts import { MigrationInterface, QueryRunner } from 'typeorm'; export class ViewTable1562766869548 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise...