[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error message fresh install of 1.2.13
- Subject: Re: Error message fresh install of 1.2.13
- From: "Jigme Datse" <..hidden..>
- Date: Tue, 11 Mar 2008 14:42:54 -0700
I believe there are known problems with Pg 8.3 and LSMB 1.2.*. As I
understand it there are some fundemental changes in how things are
done with 8.3, which break LSMB. I also understand that these issues
at least appear to be, being resolved fairly quickly.
Jigme Datse
On Tue, Mar 11, 2008 at 1:59 PM, James McDonald
<..hidden..> wrote:
> *When entering the POS area I get this error.
>
> This is on a Ubuntu 8.04, pg 8.3 box.
>
>
>
>
> DBD::Pg::st execute failed: ERROR: operator does not exist: character
> varying = integer
> LINE 27: AND a.till = 25
> ^
> HINT: No operator matches the given name and argument type(s). You might
> need to add explicit type casts.
> *
>
>
> Error!
>
> *
> SELECT a.id, a.invnumber, a.ordnumber, a.transdate,
> a.duedate, a.netamount, a.amount, (a.paid) AS paid,
> a.invoice, a.datepaid, a.terms, a.notes,
> a.shipvia, a.shippingpoint, e.name AS employee,
> vc.name,
> a.customer_id, a.till, m.name AS manager, a.curr,
> ex.buy AS exchangerate,
> d.description AS department,
> a.ponumber
> , c.accno, ac.source,
> pr.projectnumber, ac.memo AS description,
> ac.amount AS linetotal,
> i.description AS linedescription
> FROM ar a
> JOIN customer vc ON (a.customer_id = vc.id)
> LEFT JOIN employee e ON (a.employee_id = e.id)
> LEFT JOIN employee m ON (e.managerid = m.id)
> LEFT JOIN exchangerate ex ON (ex.curr = a.curr
> AND ex.transdate = a.transdate)
> LEFT JOIN department d ON (a.department_id = d.id)
>
> JOIN acc_trans ac ON (a.id = ac.trans_id)
> JOIN chart c ON (c.id = ac.chart_id)
> LEFT JOIN project pr ON (pr.id = ac.project_id)
> LEFT JOIN invoice i ON (i.id = ac.invoice_id)WHERE 1 = 1 AND
> a.employee_id = '10215' AND a.amount != a.paid AND a.invoice = '1'
> AND a.till = 25
> ORDER BY 4 ASC,2,16,15
> ERROR: operator does not exist: character varying = integer
> LINE 27: AND a.till = 25
> ^
> HINT: No operator matches the given name and argument type(s). You might
> need to add explicit type casts.
> *
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Ledger-smb-users mailing list
> ..hidden..
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
>