0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #32 from PetrPytelka/support_for_date More... almost 2 years ago
pom.jam created and updated to current state More... about 3 years ago
pom.jam created and updated to current state More... about 3 years ago
deprecated security manager use in tests was removed and main does not call system.exit anymore More... about 3 years ago
documentation link updated More... over 5 years ago
readme update More... over 5 years ago
release 2.1.1 More... over 5 years ago
since the trim functions behave now differently in case of undefined argument (they return now empty string instead of undefined value) they also have be tested for that More... over 5 years ago
Merge pull request #30 from PetrPytelka/empty_value More... over 5 years ago
Merge pull request #22 from PetrPytelka/string_functions_with_non_string_param More... over 5 years ago
Fixed formatting, improved test More... over 5 years ago
Merge pull request #26 from PetrPytelka/symetric_comparator More... almost 6 years ago
Merge pull request #28 from PetrPytelka/extensible_numeric_types More... almost 6 years ago
Merge pull request #21 from PetrPytelka/improved_round_function More... almost 6 years ago
Merge pull request #29 from PetrPytelka/functions_chr_asc More... almost 6 years ago
Fixed javadoc More... almost 6 years ago
New functions CHR and ASC More... almost 6 years ago
AbstractNumericRightValue can be parametrized with different inner type, new method getNumericValue. More... almost 6 years ago
Merge pull request #25 from PetrPytelka/clng_cdbl More... almost 6 years ago
Add support for Date type and date specific functions (Year, Month, Day, DateSerial, DateAdd, CDate, DateDiff, IsDate, Date) More... almost 6 years ago
Fixed text of exception More... almost 6 years ago
Support for empty value / uninitialized variable More... almost 6 years ago
Refactorized AbstractCompareOperator / improved comparison between different types. Do not prefer left operand over right operand. E.g.: newly 3.0=3 is same as 3=3.0 More... almost 6 years ago
New functions CLng and CDbl More... almost 6 years ago
Merge pull request #23 from PetrPytelka/case-insensitive-operators More... about 6 years ago
roundingMode extracted to static variable, implemented recommended changes More... about 6 years ago
new string function CStr, conversion to String using RightValue More... about 6 years ago
Test on null value and new function isNull More... about 6 years ago
Case insensitive operators (Operators Not, And, Or are case insensitive) More... about 6 years ago
String functions (trim, left, right, mid) - supports null parameter and numerical parameter, improved VB compatibility More... about 6 years ago