General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Priority Subject Assignee Updated
7473DatabaseBugMerge PendingNormalrewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to be pure-sql and don't rely on WRITE-JSONEduard Baciu05/21/2024 11:22 AM
4347Base LanguageFeatureReviewNormaladd runtime support for STOP-AFTER block optionEduard Soltan05/21/2024 08:38 AM
8593DatabaseBugInternal TestNormalH2 performance improvement for table 'truncate by multiplex'Constantin Asofiei05/20/2024 02:32 PM
4602Base LanguageBugNewNormalfixes for OO 4GL and structured error handling 05/17/2024 08:37 AM
8769DatabaseBugNewNormalBIND argument passing for DATASET, TABLE, DATASET-HANDLE, TABLE-HANDLE arguments/parameters05/14/2024 02:32 PM
7589Runtime InfrastructureBugClosedNormalorg.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcatGalya B05/02/2024 07:55 AM
8703DatabaseBugNewNormalNO-UNDO option at DMO must be removed04/29/2024 03:16 PM
6492DatabaseBugNewNormalproblems with dynamic queries for meta tables04/25/2024 06:48 PM
7366DatabaseFeatureWIPNormalimprove performance of buffer.fillConstantin Asofiei04/23/2024 04:25 AM
8554DatabaseBugTestHighresolving temp-tables in a class hierarchyConstantin Asofiei04/07/2024 08:34 PM
8510Base LanguageBugNewNormalreplace all 'new logical' in FWD runtime with logical.of or logical.UNKNOWN04/03/2024 05:26 AM
8154Base LanguageBugWIPNormalrefactor scopeable stacksConstantin Asofiei04/01/2024 06:41 PM
6826Base LanguageFeatureReviewNormalreduce the BDT usage in FWD runtime Constantin Asofiei03/25/2024 08:37 AM
8459DatabaseBugWIPNormalinvestigate changing H2 to allow NULL to equal NULL (and the impact on the other compare operators)Radu Apetrii03/25/2024 02:53 AM
8511Conversion ToolsBugNewNormalreplace string annotation with numeric annotations03/24/2024 08:47 AM
8496DatabaseBugNewNormalinvestigate if a 'batch insert with deactivated index' in H2 is possible03/22/2024 09:37 AM
8500DatabaseBugTestUrgentdataset:set-buffers must use default-buffer-handle if a temp-table handle is used03/22/2024 09:27 AM
8451DatabaseBugTestNormalimprove performance of H2 String column comparisonConstantin Asofiei03/21/2024 02:47 PM
8488DatabaseBugTestNormalimprove performance of WRITE-JSONConstantin Asofiei03/21/2024 02:27 PM
6570Base LanguageBugWIPNormalstale procedure leak when appservers are usedAlexandru Lungu03/21/2024 09:29 AM
7122Base LanguageFeatureWIPNormalconvert default getter/setter as plain Java methodsConstantin Asofiei03/14/2024 03:17 PM
8427Base LanguageBugClosedNormalLOG-MANAER:CLOSE-LOG does not reset the enabled stateGalya B03/13/2024 05:08 AM
8274Base LanguageBugNewNormaluse singleton/immutable BDT instances when returned from FWD runtime into the application02/13/2024 02:26 PM
8273Base LanguageBugNewNormalavoid ErrorConditionException for FIND ... NO-ERROR if no record is found02/13/2024 02:24 PM
8272Base LanguageBugNewNormalreduce ClassNotFoundException and NoSuchMethodException usage in RuntimeJastInterpreter02/13/2024 02:23 PM
7999DatabaseBugReviewNormalFWD does not honor FIELDS/EXCEPT at dynamic queriesEduard Soltan02/09/2024 03:59 AM
7443Runtime InfrastructureBugClosedUrgentperformance of CentralLoggerGalya B01/31/2024 06:01 AM
6825DatabaseFeatureWIPNormalimprove table meta runtime (TableMapper and other)Alexandru Donica01/30/2024 12:50 PM
6829DatabaseBugClosedNormalH2 forces re-parse of all prepared statements when metadata is changedDănuț Filimon01/23/2024 04:44 PM
6830DatabaseFeatureClosedNormalfind and fix all SQL SELECT statements with inlined literal arguments, and rewrite it using arguments and prepared statementRadu Apetrii01/23/2024 04:38 PM
6816DatabaseFeatureInternal TestNormalimprove PreselectQuery.assembleHQLRadu Apetrii01/19/2024 05:15 AM
6887DatabaseBugReviewNormalimprove performance of dataset/table[-handle] parameters01/19/2024 02:43 AM
6928DatabaseFeatureClosedNormalH2 UPDATE performance improvementConstantin Asofiei01/19/2024 01:26 AM
6815DatabaseFeatureReviewNormalconfigure all cache sizes in the directory, and create documentation for themDănuț Filimon01/12/2024 05:29 AM
6649Base LanguageFeatureTestUrgentimprove the performance or SourceNameMapper runtimeDănuț Filimon12/23/2023 02:34 PM
6650Base LanguageFeatureWIPNormalimprove performance of Scopeable notification in TM.processScopeNotificationsConstantin Asofiei12/21/2023 02:39 PM
8067DatabaseFeatureWIPNormalinvestigate adding automatically adding a FIELDS clause for simple record blocksEduard Soltan12/21/2023 11:23 AM
8084Base LanguageBugTestNormalrefactor the 'execute' method for legacy classesConstantin Asofiei12/14/2023 12:18 PM
7460Base LanguageBugMerge PendingHighimplement Progress.Lang.Class:getMethods Marian Edu12/04/2023 03:25 AM
8062TRPLFeatureWIPNormaladd a SWITCH rule in TRPLConstantin Asofiei12/01/2023 05:38 PM
6812DatabaseBugInternal TestHighfix FastFindCache to use a shared instance per persistent database11/29/2023 10:59 AM
8030DatabaseBugTestUrgentunique index violation when creating a record in two sessionsDănuț Filimon11/29/2023 03:31 AM
7731DatabaseBugTestNormalperformance improvements for FQLPreprocessorDănuț Filimon11/28/2023 09:43 AM
6819Base LanguageFeatureNewNormalrefactor FWD proxy implementation to use ReflectASM instead of Java Method reflectionGreg Shah11/22/2023 03:02 PM
7656Base LanguageBugNewNormalinvestigate performance of context-local helpers (e.g. TransactionManager.TransactionHelper)11/21/2023 07:29 AM
8025DatabaseBugNewNormalPersistence API improvements11/10/2023 09:37 AM
7498Runtime InfrastructureBugNewNormalallow a single Web client launch if the client presses ENTER key multiple times11/07/2023 07:37 AM
7299Base LanguageBugTestNormalresolution of the target OO method in chained calls with poly argumentsConstantin Asofiei11/01/2023 06:09 AM
7990Base LanguageBugNewNormalinvestigate what can be improved after 7494a adds BlockDefinition instance to Scopeable.scopeStart10/31/2023 01:34 PM
7873Base LanguageBugTestNormalconversion issues with dataset/table parameters for class eventsConstantin Asofiei10/05/2023 06:26 AM
(1-50/371) Per page: 25, 50, 100

Also available in: Atom CSV PDF