Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support and test for gen_random_uuid() #3855

Merged
merged 6 commits into from Feb 3, 2023

Conversation

davidwheeler123
Copy link
Contributor

@davidwheeler123 davidwheeler123 commented Jan 26, 2023

Adds support for gen_random_uuid() postgres function, which comes out of the box since v13

I'm unable to run the build on my local (m1 mac) so I haven't been able to test it. Is there a way to build on m1 mac?

@davidwheeler123 davidwheeler123 marked this pull request as ready for review January 26, 2023 02:39
@hfhbd
Copy link
Collaborator

hfhbd commented Jan 26, 2023

It should work out of the box on M1.

@hfhbd
Copy link
Collaborator

hfhbd commented Jan 29, 2023

BTW regarding M1, see #3857. I was wrong, you need to download a compatible jdk 8 by yourself, eg azul.

@davidwheeler123
Copy link
Contributor Author

I still can't get it to compile locally
I'm now getting this in gradle

Execution failed for task ':runtime:tvosSimulatorArm64Test'.
> Error while evaluating property 'device' of task ':runtime:tvosSimulatorArm64Test'.
   > Failed to calculate the value of task ':runtime:tvosSimulatorArm64Test' property 'device'.
      > Xcode does not support simulator tests for tvos_simulator_arm64. Check that requested SDK is installed.

I've installed XCode and the tvos platform but the error persists.

intellij is giving this error

The project is using an incompatible version (AGP 7.4.0) of the Android Gradle plugin. Latest supported version is AGP 7.4.0-beta02

I'm not an android dev, don't really know what it's talking about

@hfhbd hfhbd merged commit 2e271a9 into cashapp:master Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants