brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.86k stars 2.22k forks source link

feat: make JDBC connection URL delimiter configurable #1677

Open olavloite opened 1 year ago

olavloite commented 1 year ago

Make the JDBC connection URL delimiter configurable. The current delimiter is semicolon ';', which breaks JDBC drivers that use semicolons in the actual connection URL. The default delimiter remains semicolon for all databases, except a list of databases that are known to use semicolons in the connection URL. Users can always specifiy a custom delimiter to work around any issues with the default delimiter.

Fixes #1458

olavloite commented 1 year ago

@busbey @allanbank @kruthar Friendly ping. Any chance that we could get a review for this?