Ticket #790 (closed Patch: fixed)

Opened 3 months ago

Last modified 2 months ago

insert_id() always return false

Reported by: Jeffrey04 Owned by: zombor
Priority: minor Milestone: 2.2.1
Component: Libraries:Database Version: SVN HEAD
Keywords: Cc:

Description

similar to #767, when insert_id is being requested it always returns to FALSE

however, after applying the fix in #767, there is one more place to fix, in line 456

// from 
$result = pg_query($link, $query);
// to
$result = pg_query($query);

DBMS used: postgresql 8.3

Change History

Changed 2 months ago by Shadowhand

  • status changed from new to closed
  • version changed from 2.2 Release to SVN HEAD
  • resolution set to fixed

Fixed in r3492, merged in r3493.

Note: See TracTickets for help on using tickets.