eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
222 stars 115 forks source link

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

Closed isatahiri closed 11 months ago

isatahiri commented 3 years ago

𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴 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

apobekiaris commented 3 years ago

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

expand commented 11 months ago

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

.Thank you for your contribution.