Sybaris

Results 33 issues of Sybaris

Hi, When I try to run this query ``` select top 10 W2.name from webresource W2 where NOT EXISTS ( select TOP 10 W.webresourceid from webresource W inner join solutioncomponent...

Hi **Printer type** - [MINI] Currently, when I watch my files on Prusalink, they are displayed in alphabetical order. Is it possible to add a combobox on this web page...

feature request
network/data
MINI

Hi, Since I migrate from MarkMpn.Sql4Cds.Engine 8.0 to 9.1 on my tool, I have the following error (even in debug mode, or in release...) : ![image](https://github.com/MarkMpn/Sql4Cds/assets/11009997/f8896e15-4e41-41e6-b45e-955db5eb300d) I tried to extract...

Hi, Is it possible to add in medata informations from RetrieveAvailableLanguages please ? ![image](https://github.com/MarkMpn/Sql4Cds/assets/11009997/eaaf142d-956d-421e-af9a-96450de403b8) Info availiable using : https://xxx.api.crm4.dynamics.com/api/data/v9.2/RetrieveAvailableLanguages Regards Jean-Pierre

Hi, I would like to be able to do some query to delete on solutioncomponent table : Example of query : ``` delete from solutioncomponent where objectid='11ef4159-7f7a-4bdd-ba7f-c0f5a2744619' and solutionid='27432cbc-86e6-e911-a979-000d3ab98350' ```...

Hi, I saw that "Plugin Registration Tool" (from pac cli : pac tool prt) support Registration and visualisation of Custom API. I do not see anything about Custom API in...

**Describe the bug** Executing the following query, I have an error. **To Reproduce** Run the following query ```sql select W.name from systemform W inner join metadata.entity E on E.logicalname=W.objecttypecode inner...

**Describe the bug** After opening Sql4Cds, sometimes, the wait splash screen remains on screen. Notice that I can type a query, execute it, but the splash screen is hiding me...

Hi, In the following program, I have attMetadata.OptionSet == null. Why ? internal class Program { public static IXrmFakedContext CreateXrmFakedContext(bool includeOrganizationEntity = true) { var context = MiddlewareBuilder .New() .AddCrud()...

scope-core
needs-investigation

Hi Juste after cloning fake-xrm-easy repository using Visual Studio 2022, I get the following errors : ![image](https://github.com/user-attachments/assets/c85deeb9-455c-4bcd-8abf-392cacc8a74a) Regards Sybaris

question