Skip to content

Commit

Permalink
Metadata: allow json meta on sqlite databases
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Carpa committed Jan 22, 2024
1 parent c278d88 commit a1c8422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rucio/db/sqla/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ def json_implemented(*, session=None):
oracle_version = int(session.connection().connection.version.split('.')[0])
if oracle_version < 12:
return False
elif session.bind.dialect.name == 'sqlite':
return False

return True

Expand Down

0 comments on commit a1c8422

Please sign in to comment.