eXpand icon indicating copy to clipboard operation
eXpand copied to clipboard

Sequence Generator Postgresql - Error when using Postgresql - operator does not exist: bigint = character varying

Open isatahiri opened this issue 4 years ago • 1 comments

𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴 Error when using Postgresql - operator does not exist: bigint = character varying According to the stack this seems to be a DX issue but still worth posting it here for information. So at this stage I guess there is nothing to do.

in the module.cs I added the PostgreSqlConnectionProvider Xpand.XAF.Modules.SequenceGenerator.SequenceGeneratorService.SupportedDataStoreTypes.Add(typeof(PostgreSqlConnectionProvider)); RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.SequenceGenerator.SequenceGeneratorModule));

𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲 Create a new record

exception.txt

isatahiri avatar Oct 10 '21 21:10 isatahiri

the modules does not have dependecies to XPO providers. From your post I understand that XAF validation creates a non supported Postgresql query, so I guess modifying that validation rule or removing it should woraround the problem

apobekiaris avatar Oct 11 '21 12:10 apobekiaris

Closing issue for age. Feel free to reopen it at any time.

.Thank you for your contribution.

expand avatar Nov 27 '23 21:11 expand