Oracle connection string with at sign @ in pasword

后端 未结 4 508
星月不相逢
星月不相逢 2021-01-13 19:43

I have a code that connect to oracle using connection string:

conn = cx_Oracle.connect(\'username/password@server:port/services\')

But the

4条回答
  •  一生所求
    2021-01-13 20:24

    FYI: This was a long-standing bug in Django. The first stable version containing the fix is v2.1

提交回复
热议问题