Git Product home page Git Product logo

Comments (6)

jinzhu avatar jinzhu commented on April 28, 2024

The issue should be fixed in latest commit.

Thank you for your report.

from gorm.

drnic avatar drnic commented on April 28, 2024

I am seeing this pq message (though as a warning rather than a panic)

$ go run main.go                  

(pq: syntax error at or near "user") 
[2014-05-15 11:28:05]  

(pq: syntax error at or near "user") 
[2014-05-15 11:28:05]  
main.User{Id:0, Birthday:time.Time{sec:63535775285, nsec:0x2ff616cf, loc:(*time.Location)(0x4d0740)}, Age:18, Name:"jinzhu", CreatedAt:time.Time{sec:63535775285, nsec:0x2ff99406, loc:(*time.Location)(0x4d0740)}, UpdatedAt:time.Time{sec:63535775285, nsec:0x2ff99406, loc:(*time.Location)(0x4d0740)}, DeletedAt:time.Time{sec:0, nsec:0x0, loc:(*time.Location)(nil)}, Emails:[]main.Email(nil), BillingAddress:main.Address{Id:0, Address1:"", Address2:"", Post:sql.NullString{String:"", Valid:false}}, BillingAddressId:sql.NullInt64{Int64:0, Valid:false}, ShippingAddress:main.Address{Id:0, Address1:"", Address2:"", Post:sql.NullString{String:"", Valid:false}}, ShippingAddressId:0, IgnoreMe:0}

(based on the example code from the README)

from gorm.

drnic avatar drnic commented on April 28, 2024

ah, I see the original person was raising their own panic.

from gorm.

drnic avatar drnic commented on April 28, 2024

With debugging turned on:

➜  gorm  go run main.go                     

(/private/tmp/golang-orm-tests/gorm/main.go:67) 
[2014-05-15 11:31:43]  pq: syntax error at or near "user" 

(/private/tmp/golang-orm-tests/gorm/main.go:67) 
[2014-05-15 11:31:43]  [1.04ms]  CREATE TABLE user ("id" bigserial PRIMARY KEY,"birthday" timestamp with time zone,"age" bigint,"name" varchar(255)  ,"created_at" timestamp with time zone,"updated_at" timestamp with time zone,"deleted_at" timestamp with time zone,"billing_address_id" bigint,"shipping_address_id" bigint)

(/private/tmp/golang-orm-tests/gorm/main.go:70) 
[2014-05-15 11:31:43]  pq: syntax error at or near "user" 

(/private/tmp/golang-orm-tests/gorm/main.go:70) 
[2014-05-15 11:31:43]  [0.74ms]  INSERT INTO user ("birthday","age","name","created_at","updated_at","deleted_at","billing_address_id","shipping_address_id") VALUES ('2014-05-15 11:31:43.861738227 -0700 PDT','18','jinzhu','2014-05-15 11:31:43.861904463 -0700 PDT','2014-05-15 11:31:43.861904463 -0700 PDT','0001-01-01 00:00:00 +0000 UTC','{0 false}','0') RETURNING "id"
...

Using pg 9.3.4

from gorm.

jinzhu avatar jinzhu commented on April 28, 2024

Hi @drnic,

Seems user is a reserved keyword in PostgreSQL. just fixed it by quote the table name.

Sorry for the problem.

from gorm.

drnic avatar drnic commented on April 28, 2024

Ahh gotcha! Thanks. Santization is always useful :)

On Mon, May 19, 2014 at 2:12 PM, Jinzhu [email protected] wrote:

Hi @drnic,
Seems user is a reserved keyword in PostgreSQL. just fixed it by quote the table name.

Sorry for the problem.

Reply to this email directly or view it on GitHub:
jinzhu#21 (comment)

from gorm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.