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

fix: realm.Bone.DataTypes should be invokable, Invokable.TYPE.toSqlString() get wrong default length(1), DataType definitions #307

Merged
merged 4 commits into from
Apr 27, 2022

Conversation

JimmyDaddy
Copy link
Collaborator

@JimmyDaddy JimmyDaddy commented Apr 26, 2022

  • fix: realm.Bone.DataTypes should be invokable
// undefined
realm.Bone.DataTypes.INTEGER.UNSIGNED
// INTEGER(1)
DataTypes.INTEGER.toSqlString();
// 0TEXT
DataTypes.TEXT.toSqlString();
// 0BLOB
DataTypes.BLOB.toSqlString();
  • DataType.d.ts

@JimmyDaddy JimmyDaddy force-pushed the fix/realm_bone_data_type_invokable branch from f2ca523 to 8672e90 Compare April 26, 2022 12:04
@JimmyDaddy JimmyDaddy changed the title fix: realm.Bone.DataTypes should be invokable fix: realm.Bone.DataTypes should be invokable, Invokable.TYPE.toSqlString() get wrong default length(1), DataType definitions Apr 26, 2022
@JimmyDaddy JimmyDaddy force-pushed the fix/realm_bone_data_type_invokable branch from 9482312 to efd1eb0 Compare April 26, 2022 15:16
@JimmyDaddy JimmyDaddy force-pushed the fix/realm_bone_data_type_invokable branch 2 times, most recently from 76f9bb1 to d385fed Compare April 27, 2022 02:53
@JimmyDaddy JimmyDaddy force-pushed the fix/realm_bone_data_type_invokable branch from d385fed to 1af5b02 Compare April 27, 2022 03:02
@cyjake cyjake merged commit 2f2ca45 into master Apr 27, 2022
@cyjake cyjake deleted the fix/realm_bone_data_type_invokable branch April 27, 2022 03:14
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