I've two sql files , one for oracle and one for mySql database. Path is as follows db/migration/mysql/V1_1_migration.sql db/migration/oracle/V1_1_migration
I have a drupal form, which contains a title, username, email, ... and I want the user to be able to insert some values and submit the data. My problem now is t
I am wondering if there is a way to swap two objects of different types in Swift. Here is my trial: func swapXY<T>(inout first: T,intout second: T) {
I am using this method in commands.js Cypress.Commands.add( 'iframeLoaded', { prevSubject: 'element' }, ($iframe) => { const contentWindow = $iframe.prop
I have a task scheduler in the task scheduler but it does not execute. in the column last run results aparace the following information: 0x41303. Note: I alrea
How could I calculate a field based on values from previous and next rows? I have this list from users with a date (month and year) and a field indicating if th
My request has enum property (enum FrontendId { Frontend1, Frontend2 }) and when invalid value is passed in that property I get following 400 response (for exam