question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CrudRepository is postgres only

See original GitHub issue

here you use RETURNING which for example wont work with sqlite. Is CrudRepository meant to be postgres only?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Seb-Ccommented, Dec 31, 2020

This will be fixed with v2.0.0, see #22

0reactions
Seb-Ccommented, Jan 3, 2021

v2 has now been published, including MySQL and SQLite compatibility.

Read more comments on GitHub >

github_iconTop Results From Across the Web

using PostgreSQL in Spring Boot - ZetCode
Spring Boot PostgreSQL tutorial shows how to use PostgreSQL database in a Spring Boot application.
Read more >
PostgreSQL Database Management Using Spring Boot - DZone
In this tutorial, we will be developing a Spring-Boot application with Spring Data JPA to show how to do CRUD operations with PostgreSQL....
Read more >
CrudRepository referencing a column wrong from database
I am using Postgresql. My create table sql: --Table:conference_table CREATE TABLE conference_table ( conference_id SERIAL NOT NULL, user_id INT ...
Read more >
Build a Basic App with Spring Boot and JPA using PostgreSQL
Take a look at Spring Data's CrudRepository interface to get an idea of the methods that can be overridden and assigned method-level security....
Read more >
Creating a Read-Only Repository with Spring Data - Baeldung
In this short tutorial, we'll discuss how to create a read-only Spring Data Repository. It's sometimes necessary to read data out of a ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found