Skip to content

Commit 60fa032

Browse files
committed
define null as the default database
1 parent 7dc5d08 commit 60fa032

File tree

2 files changed

+160
-160
lines changed

2 files changed

+160
-160
lines changed

src/internal/connection-provider-routing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const UNAUTHORIZED_ERROR_CODE = 'Neo.ClientError.Security.Unauthorized'
3737
const DATABASE_NOT_FOUND_ERROR_CODE =
3838
'Neo.ClientError.Database.DatabaseNotFound'
3939
const SYSTEM_DB_NAME = 'system'
40-
const DEFAULT_DB_NAME = ''
40+
const DEFAULT_DB_NAME = null
4141
const DEFAULT_ROUTING_TABLE_PURGE_DELAY = int(30000)
4242

4343
export default class RoutingConnectionProvider extends PooledConnectionProvider {

0 commit comments

Comments
 (0)