Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17109 st: Actually remove the rest of Derby #3446

Merged

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Jan 9, 2024

remove derbyNotSupported(), db_Derby, AND db_Mysql AND getDBKind()

CLDR-17109

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

remove derbyNotSupported(), db_Derby, AND db_Mysql AND getDBKind()
@srl295 srl295 requested a review from btangmu January 9, 2024 02:23
@srl295 srl295 self-assigned this Jan 9, 2024
Copy link
Member

@btangmu btangmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hurray!

* see
* java.sql.Types
*/
private static final int db_UnicodeType = java.sql.Types.BLOB;
Copy link
Member

@btangmu btangmu Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On first glance this seems to go beyond dropping derby -- does this potentially change the behavior when using mysql? Now I see setupSqlForServerType had override for mysql... so I'm assuming there's no actual change for mysql for this whole PR

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it moves the overrides up. I'm trying to make it easier to see what the MySQL settings are.

}
return sqlCount(
conn,
"select count(*) from information_schema.COLUMNS where table_name=? and column_name=?",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally all caps for the sql reserved words -- out of scope for this ticket though

@srl295 srl295 merged commit 5e05b10 into unicode-org:main Jan 10, 2024
10 checks passed
@srl295 srl295 deleted the cldr-17109/really/really/really/drop-derby branch January 10, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants