Add basic support for Firebord v3 boolean#8
Merged
Conversation
+ Remove error when a boolean is fetched TODO: + Set + Get + Display * Convert string <-> bool
+ Add SET support for boolean (firebird v3) You can add row now ^^ * Pseudo support for GET but not visible (why ?) TODO: + ColType dislay (1) (probably for <type>(<size>) from string)!
+ Boolean display in flamerobin now
/!\ It's an ugly code bloc in string
Must probably create a seperate row defintion (chiled of string ?)
But for now it's working
TODO:
Only 1 thing left before optimization and correction for PULL REQUEST
+ Type not display in properties
Owner
|
Thank you , merged ;) |
Contributor
Author
|
I just see an error when using "add row" button, I'll fixing it these evening (probably). It's only the statement bulder take a string like 'true'/' false' instead of true or false. My bad ^^' |
Contributor
Author
|
Seem to be working... Don't know why I've got an error. :) |
This was referenced Jan 10, 2018
Closed
mariuz
pushed a commit
that referenced
this pull request
Dec 1, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove error whean trying to display a table with native boolean
Add possibility to GET or SET
Display correct type in table properties
WARNING: it's only a fast patch to ensure you can use it. It required probably more work for a better code ;)