-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Fix mis-renamed SQLServerProfile#XXXJdbcType #2664
Conversation
Incompatible changes
com.typesafe.slick:slick
since 3.5.0-pre.42.5055fac9
|
Incompatibility | Symbol | Problem |
---|---|---|
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.booleanJdbcType |
IncompatibleResultTypeProblem method booleanJdbcType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteBooleanJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerBooleanJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteBooleanJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.byteArrayJdbcType |
IncompatibleResultTypeProblem method byteArrayJdbcType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteByteArrayJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerByteArrayJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteByteArrayJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.byteJdbcType |
IncompatibleResultTypeProblem method byteJdbcType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteByteJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerByteJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteByteJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.dateJdbcType |
IncompatibleResultTypeProblem method dateJdbcType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteDateJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerDateJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteDateJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.instantType |
IncompatibleResultTypeProblem method instantType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteInstantJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerInstantJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteInstantJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.localDateTimeType |
IncompatibleResultTypeProblem method localDateTimeType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteLocalDateTimeJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerLocalDateTimeJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteLocalDateTimeJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.localTimeType |
IncompatibleResultTypeProblem method localTimeType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteLocalTimeJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerLocalTimeJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteLocalTimeJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.offsetDateTimeType |
IncompatibleResultTypeProblem method offsetDateTimeType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteOffsetDateTimeJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerOffsetDateTimeJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteOffsetDateTimeJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.timeJdbcType |
IncompatibleResultTypeProblem method timeJdbcType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteTimeJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerTimeJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteTimeJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.timestampJdbcType |
IncompatibleResultTypeProblem method timestampJdbcType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteTimestampJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerTimestampJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteTimestampJdbcType |
Backward | slick.jdbc.SQLServerProfile#SQLServerJdbcTypes.uuidJdbcType |
IncompatibleResultTypeProblem method uuidJdbcType()slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteUUIDJdbcType in class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes has a different result type in current version, where it is slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLServerUUIDJdbcType rather than slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteUUIDJdbcType |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteBooleanJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteBooleanJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteByteArrayJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteByteArrayJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteByteJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteByteJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteDateJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteDateJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteInstantJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteInstantJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteLocalDateTimeJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteLocalDateTimeJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteLocalTimeJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteLocalTimeJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteOffsetDateTimeJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteOffsetDateTimeJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteTimeJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteTimeJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteTimestampJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteTimestampJdbcType does not have a correspondent in current version |
Backward | slick.jdbc.SQLServerProfile$SQLServerJdbcTypes$SQLiteUUIDJdbcType |
MissingClassProblem class slick.jdbc.SQLServerProfile#SQLServerJdbcTypes#SQLiteUUIDJdbcType does not have a correspondent in current version |
No description provided.