Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8702805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:44:45+00:00 2026-06-13T02:44:45+00:00

Possible Duplicate: is there a way to avoid calling nextval() if the insert fails

  • 0

Possible Duplicate:
is there a way to avoid calling nextval() if the insert fails in PostgreSQL?
Rails – Postgres does not re-use deleted ids but MySql does?

I have very simple database with PostgreSQL 9.2.1. When i insert something with Doctrine2 by using this method:

$em->persist($entity);
$em->flush();

If I get an error

-means record NOT inserted-

it still adds 1 to my primary key. So if i refresh the page 50 times, it says auto increment value is set to 50. How can I prevent this? If record not insterted than why primary key increases. This is very critical because it uses indexes for nothing and the number keep going bigger.

I have no idea what it came from and why, so, i did not tried anything. Very stuck at this point.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T02:44:48+00:00Added an answer on June 13, 2026 at 2:44 am

    Doctrine2 uses transactions to complete it’s tasks.

    Each time a Doctrine flushes its changes to the database, it opens a transaction, each record is prepared and then the commit will action the changes all at once.

    During this process, the records that require an auto_increment ID are assigned. If the record then fails during the commit phase, the records aren’t added, but the auto increment has issued that ID.

    You can read more about Transactions here: http://www.postgresql.org/docs/current/static/tutorial-transactions.html

    Note: This is also the same for MySQL and I’m sure the same for many other RDBMS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to 'insert if not exists' in MySQL? There is SQL table:
Possible Duplicate: Is there a way to check if a file is in use?
Possible Duplicate: Is there a way of drawing a caption box in matplotlib Is
Possible Duplicate: Is there any way to determine text direction from CultureInfo in asp.net?
Possible Duplicate: Is there a way to hide the scroll indicators in an UIScrollView?
Possible Duplicate: Is there a way to automatically update application on Android? As a
Possible Duplicate: Is there a way to automatically update application on Android? I have
Possible Duplicate: Is there a simple way of obtaining all object instances of a
Possible duplicate question: Is there a way to indefinitely pause a thread? In my
Possible Duplicate: Any way to add HttpHandler programatically in .NET? Is there a way

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.