some fixes#254
Merged
Merged
Conversation
Unable to drop functions mariuz#182
- Unable to drop functions mariuz#182 - Newly created function is not displayed mariuz#158
- Procedures input and output parameters do not support TYPE OF COLUMN mariuz#169
gcc uses the buildin int128_t. msvc does not have some equivalent. so more work was needed.
gcc uses the buildin int128_t. msvc does not have some equivalent. so more work was needed.
* for numeric columns returned as int128 by firebird Int128ColumnDef is now used * for this purpose a scale parameter was added to the Int128ColumnDef constructor * move some code from FRInt128.h to ibbp.h and from FRInt128.cpp to ibint128.cpp.
fix mariuz#236 UDF parameter listingfor Fb<=2.5
Changes in FlameRobin 0.9.4 ALPHA 10
fix mariuz#240 Also fix support for "current_timestamp" not showing time values
Implement Int128
# Conflicts: # src/gui/controls/DataGridRows.cpp
# Conflicts: # src/metadata/function.cpp
Implement firebird 4 types: decimal(16) and decimal(34)
Update 03-2022
|
Excellent @Jdochoa! |
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.
some fixes