dirigible icon indicating copy to clipboard operation
dirigible copied to clipboard

Eclipse Dirigible™ Project

Results 328 dirigible issues
Sort by recently updated
recently updated
newest added

When querying data from Snowflake in the console you get the following exception: ``` JDBC driver internal error: Fail to retrieve row count for first arrow chunk: sun.misc.Unsafe or java.nio.DirectByteBuffer.(long,...

database

Git perspective doesn't show the previous version of files. For example, the following file already exists in the git repo but the previous version is not shown ![image](https://github.com/eclipse/dirigible/assets/5058839/365696db-5e0c-4224-ba63-712db26127be)

When you have an entity which has properties like the following: ![image](https://github.com/eclipse/dirigible/assets/5058839/cedd0c9b-863f-4820-8ce2-66ecdc647b36) it should be possible to update only some of the properties using the generated DAO. ![image](https://github.com/eclipse/dirigible/assets/5058839/308a2f36-d9c7-46c8-8362-ad8fc513c7a5) It shouldn't...

If you have constants like the following `ECONT_DELIVERY_URL_CFG_NAME` and `ECONT_DELIVERY_DEFAULT_URL` ![image](https://github.com/eclipse/dirigible/assets/5058839/62bd3bdf-6a09-45fd-8930-79ae6e5306c2) you cannot use them ``` 2024-02-21 12:30:24.897 [INFO ] [http-nio-8080-exec-6] app.out - !!! SalesOrderService.ECONT_DELIVERY_URL_CFG_NAME [undefined]. SalesOrderService.ECONT_DELIVERY_DEFAULT_URL: [undefined] ``` But...

Add generic functionality for adding `DateAdded` and `DateModified` columns to entities which will be automatically calculated. Once having this, we will be able to implement delta outbound synchronization in Electra....

During the Electra inbound synnchronization, I'm trying to create a Customer entity with the following fields: ![image](https://github.com/eclipse/dirigible/assets/5058839/6ea7fdf7-e4e0-4171-8733-2928e0615901) ![image](https://github.com/eclipse/dirigible/assets/5058839/4c34f651-5fa5-4fab-96b2-78b7acf1c179) using the following code: ![image](https://github.com/eclipse/dirigible/assets/5058839/4c0ee48a-f79f-41ec-8dbd-0b1703c3cb43) ![image](https://github.com/eclipse/dirigible/assets/5058839/c7b0ef30-cdcf-4874-a16b-aa4170c1f3d7) but the DAO fails to validate...

IDs of the entities should be visible in the UI. For example, in the Electra scenario, if you have salesorder, it will be useful to know the ID of the...

enhancement
usability
component-template
edm

Add a button like "Save as image" which exports the model to image. ![image](https://github.com/eclipse/dirigible/assets/5058839/bf601a87-18fd-4785-a6e8-ae0844acde71)

enhancement
usability
edm

When I have staged file in the Git perspective and try to unstage it using the `Remove from index` button, it throws an exception. ![image](https://github.com/eclipse/dirigible/assets/5058839/48989adb-69c3-40e9-958e-dde0b2e7a23a) ![image](https://github.com/eclipse/dirigible/assets/5058839/15e398b3-341e-4f2c-bad0-fa2871fe3cfb) ``` 2024-01-04 16:01:21.496 [WARN...

bug
usability
IDE

### What does this PR do? ### What issues does this PR fix or reference? #3102 #### Release Notes #### Documentation