Daniel Vaz Gaspar

Results 152 comments of Daniel Vaz Gaspar

Sure @davidism I'll dig into it. At first it seemed like something was obviously wrong with what I was doing

Just a couple of notes: Using SQLAlchemy directly we don't have any issue: ``` python from sqlalchemy import create_engine from sqlalchemy.orm import sessionmaker engine = create_engine("sqlite:///example.sqlite") session = sessionmaker(bind=engine)() session.get_bind()...

Leaving an update here: re-checked this issue with latest SQLAlchemy=1.4.18 and Flask-SQLAlchemy 2.5.1, are still an issue but with a different error: ``` db.session.get_bind() File "", line 2, in get_bind...

Hi, I've been able to connect to LDAP using HTTPS using: ``` engine = create_engine('hive+https://username:password@localhost:10000/') ``` This is a new feature included on 0.6.4

latest 4.3.9 replaced `upn` by `email` but still using the `id_token` #2121

Seems like primary keys with different names then their model fields is not supported. I'll try to find time to fix/support this.

@jbvsmo thank you for reporting this, I sent them an email also (still no reply). But now I know what to expect.

it's going to continue, yes. I'll make a push on the current open issue soon, any special blocker?