url
stringlengths 53
56
| repository_url
stringclasses 1
value | labels_url
stringlengths 67
70
| comments_url
stringlengths 62
65
| events_url
stringlengths 60
63
| html_url
stringlengths 41
46
| id
int64 450k
1.69B
| node_id
stringlengths 18
32
| number
int64 1
2.72k
| title
stringlengths 1
209
| user
dict | labels
list | state
stringclasses 1
value | locked
bool 2
classes | assignee
null | assignees
sequence | milestone
null | comments
sequence | created_at
timestamp[s] | updated_at
timestamp[s] | closed_at
timestamp[s] | author_association
stringclasses 3
values | active_lock_reason
stringclasses 2
values | body
stringlengths 0
104k
⌀ | reactions
dict | timeline_url
stringlengths 62
65
| performed_via_github_app
null | state_reason
stringclasses 2
values | draft
bool 2
classes | pull_request
dict |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/coleifer/peewee/issues/1718 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1718/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1718/comments | https://api.github.com/repos/coleifer/peewee/issues/1718/events | https://github.com/coleifer/peewee/issues/1718 | 358,662,376 | MDU6SXNzdWUzNTg2NjIzNzY= | 1,718 | ManyToManyField doesn't accept on_delete parameter | {
"login": "Susensio",
"id": 11474625,
"node_id": "MDQ6VXNlcjExNDc0NjI1",
"avatar_url": "https://avatars.githubusercontent.com/u/11474625?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Susensio",
"html_url": "https://github.com/Susensio",
"followers_url": "https://api.github.com/users/Susensio/followers",
"following_url": "https://api.github.com/users/Susensio/following{/other_user}",
"gists_url": "https://api.github.com/users/Susensio/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Susensio/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Susensio/subscriptions",
"organizations_url": "https://api.github.com/users/Susensio/orgs",
"repos_url": "https://api.github.com/users/Susensio/repos",
"events_url": "https://api.github.com/users/Susensio/events{/privacy}",
"received_events_url": "https://api.github.com/users/Susensio/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2018-09-10T14:57:42 | 2018-09-10T15:31:45 | 2018-09-10T15:31:45 | CONTRIBUTOR | null | This parameter should map itself to both child _ForeingKeyField_s created. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1718/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1718/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1717 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1717/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1717/comments | https://api.github.com/repos/coleifer/peewee/issues/1717/events | https://github.com/coleifer/peewee/issues/1717 | 358,636,091 | MDU6SXNzdWUzNTg2MzYwOTE= | 1,717 | I want to strip string values in my schema, what is the best way to achieve this? | {
"login": "moar55",
"id": 12253294,
"node_id": "MDQ6VXNlcjEyMjUzMjk0",
"avatar_url": "https://avatars.githubusercontent.com/u/12253294?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/moar55",
"html_url": "https://github.com/moar55",
"followers_url": "https://api.github.com/users/moar55/followers",
"following_url": "https://api.github.com/users/moar55/following{/other_user}",
"gists_url": "https://api.github.com/users/moar55/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moar55/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moar55/subscriptions",
"organizations_url": "https://api.github.com/users/moar55/orgs",
"repos_url": "https://api.github.com/users/moar55/repos",
"events_url": "https://api.github.com/users/moar55/events{/privacy}",
"received_events_url": "https://api.github.com/users/moar55/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Presumably you would do any data-processing before throwing it into Peewee...Peewee is your layer for talking to the database, in a clean design it should probably not also be your business-logic layer. You're probably best off just overriding the `save()` method rather than messing with the signals API, though of course that's an option.",
"Thanks!"
] | 2018-09-10T13:58:49 | 2018-09-10T14:44:25 | 2018-09-10T14:14:49 | NONE | null | I thought of using the `pre_save` but I am not sure if this is the optimal method. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1717/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1717/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1716 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1716/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1716/comments | https://api.github.com/repos/coleifer/peewee/issues/1716/events | https://github.com/coleifer/peewee/issues/1716 | 358,412,383 | MDU6SXNzdWUzNTg0MTIzODM= | 1,716 | Using `in_` with a subquery applies a table alias to the subquery | {
"login": "iksteen",
"id": 1001206,
"node_id": "MDQ6VXNlcjEwMDEyMDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/1001206?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iksteen",
"html_url": "https://github.com/iksteen",
"followers_url": "https://api.github.com/users/iksteen/followers",
"following_url": "https://api.github.com/users/iksteen/following{/other_user}",
"gists_url": "https://api.github.com/users/iksteen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iksteen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iksteen/subscriptions",
"organizations_url": "https://api.github.com/users/iksteen/orgs",
"repos_url": "https://api.github.com/users/iksteen/repos",
"events_url": "https://api.github.com/users/iksteen/events{/privacy}",
"received_events_url": "https://api.github.com/users/iksteen/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"That is a kind of weird construction...typically wouldn't you write instead:\r\n\r\n```python\r\nsubquery = Team.select().where(Team.id == 1)\r\nquery = User.select().where(User.team.in_(subquery))\r\n```",
"In this minimal example, perhaps. The actual use of this construction will of course be more complex (both the primary and subquery) and I need the boolean result of the `in` statement alongside other data.",
"Fixed, thanks for reporting.",
"Awesome! Thanks for the fast fix."
] | 2018-09-09T21:07:40 | 2018-09-10T18:19:14 | 2018-09-10T15:06:42 | NONE | null | When using `in_` with a subquery, a table alias is applied to the subquery in the final SQL statement which results in an invalid SQL statement.
F.e. the sample below produces the following SQL statement. Notice the `AS "t3"` part.
```sql
SELECT ("t1"."team_id" IN (SELECT "t2"."id" FROM "team" AS "t2" WHERE ("t2"."id" = 1)) AS "t3") FROM "user" AS "t1" LIMIT 1 OFFSET 0
```
Minimal example:
```python
import logging
logging.basicConfig(level=logging.DEBUG)
from peewee import *
database = PostgresqlDatabase('scoreboard')
class Base(Model):
class Meta:
database = database
class Team(Base):
name = TextField(unique=True)
class User(Base):
username = TextField(unique=True)
team = ForeignKeyField(Team, null=True, backref='members')
subquery = Team.select().where(Team.id == 1)
User.select(User.team_id.in_(subquery)).get()
```
This yields the following output:
```
DEBUG:peewee:('SELECT ("t1"."team_id" IN (SELECT "t2"."id" FROM "team" AS "t2" WHERE ("t2"."id" = %s)) AS "t3") FROM "user" AS "t1" LIMIT %s OFFSET %s', [1, 1, 0])
Traceback (most recent call last):
File "/home/ingmar/.virtualenvs/scoreboard-api-a2XBUqg6/lib/python3.7/site-packages/peewee.py", line 2653, in execute_sql
cursor.execute(sql, params or ())
psycopg2.ProgrammingError: syntax error at or near "AS"
LINE 1: ..."."id" FROM "team" AS "t2" WHERE ("t2"."id" = 1)) AS "t3") F...
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1716/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1716/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1715 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1715/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1715/comments | https://api.github.com/repos/coleifer/peewee/issues/1715/events | https://github.com/coleifer/peewee/issues/1715 | 358,374,123 | MDU6SXNzdWUzNTgzNzQxMjM= | 1,715 | Is there tinyint type in models? | {
"login": "moar55",
"id": 12253294,
"node_id": "MDQ6VXNlcjEyMjUzMjk0",
"avatar_url": "https://avatars.githubusercontent.com/u/12253294?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/moar55",
"html_url": "https://github.com/moar55",
"followers_url": "https://api.github.com/users/moar55/followers",
"following_url": "https://api.github.com/users/moar55/following{/other_user}",
"gists_url": "https://api.github.com/users/moar55/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moar55/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moar55/subscriptions",
"organizations_url": "https://api.github.com/users/moar55/orgs",
"repos_url": "https://api.github.com/users/moar55/repos",
"events_url": "https://api.github.com/users/moar55/events{/privacy}",
"received_events_url": "https://api.github.com/users/moar55/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Refer to [this table](http://docs.peewee-orm.com/en/latest/peewee/models.html#field-types-table) for fields that are currently supported in peewee.\r\n\r\nFor any other database specific types, you can easily create a [custom field](http://docs.peewee-orm.com/en/latest/peewee/models.html#creating-a-custom-field).\r\n\r\nExample:\r\n```\r\nclass TinyIntegerField(IntegerField):\r\n field_type = 'TINYINT'\r\n```",
"ok thanks!",
"Btw do you think it really matters perforamnce wise if i switch to tinyint?\r\nThis is a field with a value from 1 to 5.",
"You won't get any performance gain from peewee itself.\r\n\r\nBut depending on your database implementation/set up in regards to indexing, storage and so forth, you might see some gain.",
"Thanks!"
] | 2018-09-09T12:18:16 | 2018-09-10T15:04:46 | 2018-09-09T12:42:42 | NONE | null | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1715/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1715/timeline | null | completed | null | null |
|
https://api.github.com/repos/coleifer/peewee/issues/1714 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1714/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1714/comments | https://api.github.com/repos/coleifer/peewee/issues/1714/events | https://github.com/coleifer/peewee/issues/1714 | 358,361,959 | MDU6SXNzdWUzNTgzNjE5NTk= | 1,714 | How do I make table names plural? | {
"login": "moar55",
"id": 12253294,
"node_id": "MDQ6VXNlcjEyMjUzMjk0",
"avatar_url": "https://avatars.githubusercontent.com/u/12253294?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/moar55",
"html_url": "https://github.com/moar55",
"followers_url": "https://api.github.com/users/moar55/followers",
"following_url": "https://api.github.com/users/moar55/following{/other_user}",
"gists_url": "https://api.github.com/users/moar55/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moar55/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moar55/subscriptions",
"organizations_url": "https://api.github.com/users/moar55/orgs",
"repos_url": "https://api.github.com/users/moar55/repos",
"events_url": "https://api.github.com/users/moar55/events{/privacy}",
"received_events_url": "https://api.github.com/users/moar55/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"You can easily override the default naming.\r\n\r\n```\r\nclass Project(Model):\r\n class Meta:\r\n table_name = 'projects'\r\n```\r\n\r\nSee [here](http://docs.peewee-orm.com/en/latest/peewee/models.html#model-options-and-table-metadata) for more.",
"I knew about this I was thinking of making the table name function automatically append the 's' at the end of the table name. But I guess this is good enough too...",
"You can of course do a custom class that will create the model to be used with a generated table name .\r\n\r\nhttps://github.com/coleifer/peewee/blob/ccf8ac09e6cd571a3becea0b31af9418fcb05a94/playhouse/kv.py#L55\r\n\r\nLook at the above class for an example how to accomplish that.\r\n\r\nBit of a tricky case determining plurals, simply adding \"s\" doesn't make every word automatically plural, but if you use simple words, I guess you'll be fine.",
"There is an example of a custom table naming function here: http://docs.peewee-orm.com/en/latest/peewee/models.html#table-names\r\n\r\nCode from docs:\r\n\r\n```python\r\ndef make_table_name(model_class):\r\n model_name = model_class.__name__\r\n return model_name.lower() + '_tbl'\r\n\r\nclass BaseModel(Model):\r\n class Meta:\r\n table_function = make_table_name\r\n\r\nclass User(BaseModel):\r\n # table_name will be \"user_tbl\".\r\n\r\nclass UserProfile(BaseModel):\r\n # table_name will be \"userprofile_tbl\".\r\n```"
] | 2018-09-09T08:56:26 | 2018-09-09T14:07:35 | 2018-09-09T14:07:35 | NONE | null | I like the default table naming function except that I want table names to be plural. How do I achieve this easily? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1714/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1714/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1713 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1713/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1713/comments | https://api.github.com/repos/coleifer/peewee/issues/1713/events | https://github.com/coleifer/peewee/issues/1713 | 358,330,039 | MDU6SXNzdWUzNTgzMzAwMzk= | 1,713 | Joining with no ON condition and no FK. | {
"login": "joaodlf",
"id": 3275379,
"node_id": "MDQ6VXNlcjMyNzUzNzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/3275379?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joaodlf",
"html_url": "https://github.com/joaodlf",
"followers_url": "https://api.github.com/users/joaodlf/followers",
"following_url": "https://api.github.com/users/joaodlf/following{/other_user}",
"gists_url": "https://api.github.com/users/joaodlf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/joaodlf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/joaodlf/subscriptions",
"organizations_url": "https://api.github.com/users/joaodlf/orgs",
"repos_url": "https://api.github.com/users/joaodlf/repos",
"events_url": "https://api.github.com/users/joaodlf/events{/privacy}",
"received_events_url": "https://api.github.com/users/joaodlf/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Would this query be equivalent?\r\n\r\n```python\r\nresults = (table1.select(...)\r\n .from_(table1, table2)\r\n .join_from(table1, table3, JOIN.LEFT_OUTER, ((table3.table1_id == table1.id) & ...))\r\n .where(table3.is.is_null()))\r\n```",
"That produces a different query, and also errors with `invalid reference to FROM-clause entry for table \"t1\" Hint: There is an entry for table \"t1\", but it cannot be referenced from this part of the query.`\r\n\r\nI've managed to get around it with a raw query.",
"Well, I get that the SQL is different, but semantically aren't they equivalent? i.e. multiple tables in a FROM clause is the same as a cross join, right?",
"I'm unsure in this case because postgres returns the error I mentioned, whereas the query in my initial message returns successfully, with results.",
"I think you must have a typo or something, because it works fine for me:\r\n\r\n```python\r\nfrom peewee import *\r\n\r\n\r\ndb = SqliteDatabase(':memory:')\r\n\r\nclass Base(Model):\r\n class Meta:\r\n database = db\r\n\r\nclass A(Base):\r\n id = AutoField()\r\n\r\nclass B(Base):\r\n id = AutoField()\r\n\r\nclass C(Base):\r\n id = AutoField()\r\n a = ForeignKeyField(A)\r\n b = ForeignKeyField(B)\r\n\r\ndb.create_tables([A, B, C])\r\n\r\nA.insert_many([(1,), (2,), (3,)], fields=[A.id]).execute()\r\nB.insert_many([(1,), (2,)], fields=[B.id]).execute()\r\nC.insert_many([\r\n (1, 1, 1),\r\n (2, 1, 2),\r\n (3, 2, 1)], fields=[C.id, C.a, C.b]).execute()\r\n\r\nquery = (A\r\n .select(A.id.alias('aid'), B.id.alias('bid'), C.id.alias('cid'))\r\n .from_(A, B)\r\n .join_from(A, C, JOIN.LEFT_OUTER, on=(\r\n (C.a == A.id) &\r\n (C.b == B.id)))\r\n .where(C.id.is_null()))\r\n\r\nfor row in query.tuples():\r\n print(row)\r\n\r\nprint('\\n-----\\n')\r\n\r\nquery = ('select a.id, b.id, c.id '\r\n 'from a '\r\n 'cross join b '\r\n 'left join c on c.a_id = a.id and c.b_id = b.id '\r\n 'where c.id is null')\r\nfor row in db.execute_sql(query):\r\n print(row)\r\n```\r\n\r\nIn both cases it prints:\r\n\r\n```\r\n(2, 2, None)\r\n(3, 1, None)\r\n(3, 2, None)\r\n\r\n-----\r\n\r\n(2, 2, None)\r\n(3, 1, None)\r\n(3, 2, None)\r\n```",
"> in this case because postgres returns the error I mentioned\r\n\r\nYou're right -- it worked fine in SQLite but Postgresql does not allow mixing multiple \"from\"-clause items with a JOIN.",
"Working up a fix.",
"Thanks for your patience, I tested on SQLite and assumed it was good-to-go. It's fixed for real now, your original query should be working with the latest commit.",
"No worries. You're an absolute star for getting on this so quickly!"
] | 2018-09-08T21:41:26 | 2019-04-24T08:36:23 | 2018-09-08T23:08:13 | NONE | null | (Postgres 10 and peewee version 3.7.0)
To make this simple to test, I've assembled some ready to use SQL:
```
create table table1(
id serial primary key
);
create table table2(
id serial primary key
);
create table table3(
id serial primary key,
table1_id int,
table2_id int
);
insert into table1 (id) values (1), (2), (3);
insert into table2 (id) values (1), (2);
insert into table3 (id, table1_id, table2_id) values (1, 1, 1), (2, 1, 2), (3, 2, 1);
```
I want to execute the following query, using Peewee:
```
SELECT t1.id, t2.id, t3.id
FROM table1 t1
CROSS JOIN table2 t2
LEFT JOIN table3 t3
on t3.table1_id = t1.id and t3.table2_id = t2.id
where t3.id is null;
```
Note the CROSS JOIN with no "on" condition.
I've tried the following:
```
results = (table1.select(table1.id.alias("table1_id"), table2.id.alias("table2_id"), table3.id.alias("table3_id"))
.join(table2, JOIN.CROSS)
.join(table3, JOIN.LEFT_OUTER, on=((table3.table1_id == table1.id) & (table3.table2_id == table2.id)))
.where(table3.id.is_null()))
```
This is returning `ValueError: Unable to find foreign key between <Model: Table1> and <Model: Table2>. Please specify an explicit join condition.`
I've also tried replacing the CROSS JOIN with some raw sql (helps in many other edge cases with peewee):
`.join(SQL("CROSS JOIN table2"))`
This is in turn returning `UnboundLocalError: local variable 'constructor' referenced before assignment`
Is there any way to get this query to work?
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1713/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1713/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1712 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1712/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1712/comments | https://api.github.com/repos/coleifer/peewee/issues/1712/events | https://github.com/coleifer/peewee/issues/1712 | 358,234,763 | MDU6SXNzdWUzNTgyMzQ3NjM= | 1,712 | CockroachDB | {
"login": "ghost",
"id": 10137,
"node_id": "MDQ6VXNlcjEwMTM3",
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ghost",
"html_url": "https://github.com/ghost",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.github.com/users/ghost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ghost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ghost/subscriptions",
"organizations_url": "https://api.github.com/users/ghost/orgs",
"repos_url": "https://api.github.com/users/ghost/repos",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"received_events_url": "https://api.github.com/users/ghost/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I don't think you're quite right that Peewee is using single-quotes around 'id' and 'name'. Peewee would presumably be using double-quotes.\r\n\r\nEx:\r\n\r\n```python\r\nIn [1]: from peewee import *\r\n\r\nIn [2]: db = PostgresqlDatabase('peewee_test', user='postgres')\r\n\r\nIn [3]: class GS(Model):\r\n ...: name = TextField()\r\n ...: class Meta:\r\n ...: database = db\r\n ...: \r\n\r\nIn [4]: GS.insert(id=12345, name='yoshi').on_conflict(conflict_target=[GS.id], preserve=[GS.name]).sql()\r\nOut[4]: \r\n('INSERT INTO \"gs\" (\"id\", \"name\") VALUES (%s, %s) ON CONFLICT (\"id\") DO UPDATE SET \"name\" = EXCLUDED.\"name\" RETURNING \"id\"',\r\n [12345, 'yoshi'])\r\n```\r\n\r\nSo I'm not sure if you have just mistyped your issue or what?",
"Could you paste the exact error you are receiving from CockroachDB? \r\n\r\nDo normal INSERTs work (without the ON CONFLICT clause)?",
"I just set up a Cockroach cluster on my computer and it seems to work fine:\r\n\r\n```python\r\nIn [1]: from peewee import *\r\n\r\nIn [2]: db = PostgresqlDatabase('peewee_test', user='root', port=26257)\r\n\r\nIn [3]: db.connect()\r\nOut[3]: True\r\n\r\nIn [4]: class KV(Model):\r\n ...: key = TextField(unique=True)\r\n ...: value = TextField()\r\n ...: class Meta:\r\n ...: database = db\r\n ...: \r\n\r\nIn [5]: KV.create_table()\r\n\r\nIn [6]: k1=KV.create(key='k1', value='v1')\r\n\r\nIn [7]: k1\r\nOut[7]: <KV: 381083568020553729>\r\n\r\nIn [8]: KV.insert(key='k1', value='v1-x').on_conflict(conflict_target=[KV.key], preserve=[KV.value])\r\nOut[8]: <peewee.ModelInsert at 0x7f0bb8bfc080>\r\n\r\nIn [9]: KV.insert(key='k1', value='v1-x').on_conflict(conflict_target=[KV.key], preserve=[KV.value]).execute()\r\nOut[9]: 381083568020553729\r\n\r\nIn [10]: list(KV)\r\nOut[10]: [<KV: 381083568020553729>]\r\n\r\nIn [11]: KV.get(KV.key == 'k1').value\r\nOut[11]: 'v1-x'\r\n```",
"my query is\r\n```\r\nGSModel.insert_many(data, fields=['id', 'name']\r\n ).on_conflict(\r\n conflict_target=[GSModel.id], \r\n preserve=[GSModel.name],\r\n update={}).execute()\r\n```\r\nand in pycharm i see this:\r\n\r\n```\r\n.../lib/python3.7/site-packages/peewee.py\", line 2640, in execute_sql\r\n cursor.execute(sql, params or ())\r\npeewee.ProgrammingError: syntax error at or near \"id\"\r\nDETAIL: source SQL:\r\nINSERT INTO \"gs\" ('id', 'name') VALUES (379589221701287937, 'afghans'), (379589221701320705, 'agar-agar') ON CONFLICT (\"id\") DO UPDATE SET \"name\" = EXCLUDED.\"name\" RETURNING \"id\"\r\n```",
"if I print sql():\r\n```\r\n('INSERT INTO \"gs\" (%s, %s) VALUES (%s, %s), (%s, %s) ON CONFLICT (\"id\") DO UPDATE SET \"name\" = EXCLUDED.\"name\" RETURNING \"id\"', ['id', 'name', 379589221701353473, 'albatre', 379589221701386241, 'albumine'])\r\n```",
"Your columns are being treated as if they were strings. You need to use the field instances themselves:\r\n\r\n```python\r\nGSModel.insert_many(data, fields=[GSModel.id, GSModel.name])...\r\n```",
"I've fixed the logic in bulk INSERT so that it is now possible to provide the list of fields as a list of strings -- this makes things a bit more flexible and should prevent anyone from shooting themselves in the foot in the future. For what it's worth, the docs are pretty clear that you should be specifying field instances as opposed to strings:\r\n\r\n* http://docs.peewee-orm.com/en/latest/peewee/querying.html#bulk-inserts\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#Model.insert_many",
"originally I was using the instances but switched to strings because of this:\r\n```\r\nlib/python3.7/site-packages/peewee.py\", line 2226, in _generate_insert\r\n raise ValueError('Missing value for \"%s\".' % column)\r\nValueError: Missing value for \"<IntegerField: GSModel.id>\".\r\n```\r\n",
"ok I found out my mistake...\r\nmixing dicts with `fields=` was the root cause of my problem today... I needed to use tuples. \r\nit gave me the Missing value err ^.... then I switched to strings to get rid of the error , only to get the insert error later I posted as issue.\r\n\r\n```\r\n# don't do this:\r\ndata_source = [\r\n {'field1': 'val1-1', 'field2': 'val1-2'},\r\n {'field1': 'val2-1', 'field2': 'val2-2'},\r\n # ...\r\n]\r\nMyModel.insert_many(data_source, fields=[MyModel.field1, MyModel.field2]).execute()\r\n```",
"Yeah, if you specify *both* a list of dicts and the *fields* parameter, then the fields need to match the keys of the dictionary -- which in your case caused trouble because the keys were strings and the fields were objects."
] | 2018-09-07T22:52:16 | 2018-09-08T14:01:11 | 2018-09-08T02:20:06 | NONE | null | hi I use peewee with cockroachdb. worked great except a thing
`INSERT INTO "gs" ('id', 'name') VALUES (379589221701222401, 'yoshi') ON CONFLICT ("id") DO UPDATE SET "name" = EXCLUDED."name" RETURNING "id"`
the cockroach wants `INSERT INTO "gs" (id, name)` ... without the `'` around id and name
is it something to fix on the peewee side or on the cockroach side? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1712/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1712/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1711 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1711/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1711/comments | https://api.github.com/repos/coleifer/peewee/issues/1711/events | https://github.com/coleifer/peewee/issues/1711 | 357,443,768 | MDU6SXNzdWUzNTc0NDM3Njg= | 1,711 | What is the difference between backref and related_name and some other peewee convetions? | {
"login": "rlvillacarlos",
"id": 11273158,
"node_id": "MDQ6VXNlcjExMjczMTU4",
"avatar_url": "https://avatars.githubusercontent.com/u/11273158?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlvillacarlos",
"html_url": "https://github.com/rlvillacarlos",
"followers_url": "https://api.github.com/users/rlvillacarlos/followers",
"following_url": "https://api.github.com/users/rlvillacarlos/following{/other_user}",
"gists_url": "https://api.github.com/users/rlvillacarlos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rlvillacarlos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rlvillacarlos/subscriptions",
"organizations_url": "https://api.github.com/users/rlvillacarlos/orgs",
"repos_url": "https://api.github.com/users/rlvillacarlos/repos",
"events_url": "https://api.github.com/users/rlvillacarlos/events{/privacy}",
"received_events_url": "https://api.github.com/users/rlvillacarlos/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"`backref` is the correct way -- `related_name` was used prior to Peewee 3.0 and is deprecated, but they have the same effect.\r\n\r\nYou are running into a circular import problem. Consider re-architecting your modules or become more familiar with how python imports work.\r\n\r\nPeewee follows the convention of using `id = AutoField()` (which is an auto-incrementing integer primary key). If no primary key is specified explicitly by the user, then the model will automatically have this `id` field.\r\n\r\n```python\r\nclass Todo(Model):\r\n task_name = TextField()\r\n\r\nclass TodoItem(Model):\r\n todo = ForeignKeyField(Todo, backref='items')\r\n item_name = TextField()\r\n```\r\n\r\nYou can also explicitly specify the column the foreign-key references by specifying \"field=...\". The following is equivalent to the above.\r\n\r\n```python\r\nclass TodoItem(Model):\r\n todo = ForeignKeyField(Todo, field='id', backref='items')\r\n ...\r\n```",
"Thanks @coleifer! I would reread the version of the documentation I am using. I think I did not see most of what you just have said about ForeignKeyField parameters and column/field name convention in the documentation. Anyways, thanks for the clarification."
] | 2018-09-05T23:50:09 | 2018-09-06T15:29:29 | 2018-09-06T14:51:06 | NONE | null | Hi, I am trying out for the first time peewee + flask and python. For starter, I am trying to create a simple Todo app.I have some question regarding how peewee handles foreign key relations. My background is PHP and I have some experience using Eloquent.
First, I am quite confused as to what to use when setting the attribute of the parent model from the child model when defining `ForeignKeyField`. I have seen examples using `backref `and others using `related_name`, are they the same?
Secondly, I have stored each of my model in a separate python file under the `application.models` package. For example, my `Base` model is stored in `base.py`, the `User` model in `user.py` and so on. Now I have a `ToDo` model with a foreign key from the `User` model. I defined a foreign key called `owner` and a `backref` called `todos`. Now given a `User` object `user`, I want to list all the to do of `user` so I passed `user.todos` to my view. My Flask app is defined in a separate `app.py` file, so naturally I will import the `User` class. However, as it turns out, calling `user.todos` will result to an exception if the `Todo` model is not imported too. I find this behavior a little unusual. I am thinking maybe this is due to how python handles import. Am I right?
Lastly, I want to know what are the conventions peewee expects from the table structure. All my tables have `id` as the `primary key`, which is something Eloquent expects from a table by default. I found out that this is not the case for peewee so I need to define the field name and its related field name in a `ForeignKeyField`. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1711/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1711/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1710 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1710/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1710/comments | https://api.github.com/repos/coleifer/peewee/issues/1710/events | https://github.com/coleifer/peewee/issues/1710 | 356,380,512 | MDU6SXNzdWUzNTYzODA1MTI= | 1,710 | is the connection closed? | {
"login": "bfdcq",
"id": 17643058,
"node_id": "MDQ6VXNlcjE3NjQzMDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/17643058?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bfdcq",
"html_url": "https://github.com/bfdcq",
"followers_url": "https://api.github.com/users/bfdcq/followers",
"following_url": "https://api.github.com/users/bfdcq/following{/other_user}",
"gists_url": "https://api.github.com/users/bfdcq/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bfdcq/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bfdcq/subscriptions",
"organizations_url": "https://api.github.com/users/bfdcq/orgs",
"repos_url": "https://api.github.com/users/bfdcq/repos",
"events_url": "https://api.github.com/users/bfdcq/events{/privacy}",
"received_events_url": "https://api.github.com/users/bfdcq/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2018-09-03T07:00:52 | 2018-09-03T09:00:11 | 2018-09-03T09:00:11 | NONE | null | ```
[2018-09-03 15:57:10] [pool:152] [DEBUG] Connection 140187317752720 was stale, closing.
[2018-09-03 15:57:10] [peewee:2612] [DEBUG] close <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('192.168.2.99', 46786), raddr=('192.168.3.78', 3306)>
[2018-09-03 15:57:10] [pool:135] [DEBUG] No connection available in pool.
[2018-09-03 15:57:10] [peewee:3391] [DEBUG] open <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('192.168.2.99', 46790), raddr=('192.168.3.78', 3306)>
[2018-09-03 15:57:10] [pool:166] [DEBUG] Created new connection 140187317752720.
```
the ids are the same, does that mean that the connection is not closed?
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1710/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1710/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1709 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1709/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1709/comments | https://api.github.com/repos/coleifer/peewee/issues/1709/events | https://github.com/coleifer/peewee/issues/1709 | 356,350,106 | MDU6SXNzdWUzNTYzNTAxMDY= | 1,709 | sql LENGTH function convert to peewee expression | {
"login": "mouday",
"id": 24365682,
"node_id": "MDQ6VXNlcjI0MzY1Njgy",
"avatar_url": "https://avatars.githubusercontent.com/u/24365682?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mouday",
"html_url": "https://github.com/mouday",
"followers_url": "https://api.github.com/users/mouday/followers",
"following_url": "https://api.github.com/users/mouday/following{/other_user}",
"gists_url": "https://api.github.com/users/mouday/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mouday/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mouday/subscriptions",
"organizations_url": "https://api.github.com/users/mouday/orgs",
"repos_url": "https://api.github.com/users/mouday/repos",
"events_url": "https://api.github.com/users/mouday/events{/privacy}",
"received_events_url": "https://api.github.com/users/mouday/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"```.where(fn.LENGTH(SomeModel.name) < 45)```",
"http://docs.peewee-orm.com/en/latest/peewee/querying.html#filtering-records",
"thank you"
] | 2018-09-03T03:53:00 | 2021-12-07T06:00:45 | 2018-09-04T15:54:30 | NONE | null | sql `select * from table where LENGTH(name) < 45`
can I convert to peewee expression? thank you! | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1709/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1709/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1708 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1708/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1708/comments | https://api.github.com/repos/coleifer/peewee/issues/1708/events | https://github.com/coleifer/peewee/issues/1708 | 353,834,003 | MDU6SXNzdWUzNTM4MzQwMDM= | 1,708 | model_to_dict don't work with ManyToManyField | {
"login": "Martin25699",
"id": 10417137,
"node_id": "MDQ6VXNlcjEwNDE3MTM3",
"avatar_url": "https://avatars.githubusercontent.com/u/10417137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Martin25699",
"html_url": "https://github.com/Martin25699",
"followers_url": "https://api.github.com/users/Martin25699/followers",
"following_url": "https://api.github.com/users/Martin25699/following{/other_user}",
"gists_url": "https://api.github.com/users/Martin25699/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Martin25699/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Martin25699/subscriptions",
"organizations_url": "https://api.github.com/users/Martin25699/orgs",
"repos_url": "https://api.github.com/users/Martin25699/repos",
"events_url": "https://api.github.com/users/Martin25699/events{/privacy}",
"received_events_url": "https://api.github.com/users/Martin25699/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks for reporting, this is now fixed.",
"thx! so fast) when next release?",
"There are quite a few changes, I'll probably tag 3.7.0 here in the next week or so."
] | 2018-08-24T15:40:57 | 2018-08-24T20:12:00 | 2018-08-24T17:36:14 | NONE | null | Example code
```
import datetime
from peewee import *
from playhouse.shortcuts import model_to_dict
from playhouse.postgres_ext import PostgresqlExtDatabase
db = PostgresqlExtDatabase('test', user='test', password='tes', host='127.0.0.1', port=5432)
class BaseModel(Model):
class Meta:
database = db
class Tweet(BaseModel):
content = TextField()
timestamp = DateTimeField(default=datetime.datetime.now)
TweetUserProxy = DeferredThroughModel()
class User(BaseModel):
username = TextField()
tweets = ManyToManyField(Tweet, through_model=TweetUserProxy, backref='users')
class TweetUser(BaseModel):
user = ForeignKeyField(User)
tweet = ForeignKeyField(Tweet)
TweetUserProxy.set_model(TweetUser)
db.connect()
db.create_tables([User, Tweet, TweetUser])
user = User.create(username='Ivan')
tweet = Tweet.create(content='Hello World!')
TweetUser.create(user=user, tweet=tweet)
tweet2 = Tweet.create(content='Hello Not World!')
TweetUser.create(user=user, tweet=tweet2)
users = User.select()
for u in users:
user_dict = model_to_dict(u, manytomany=True)
print(user_dict)
```
Text error
```
Traceback (most recent call last):
File "/Users/martin/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/182.4129.34/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1664, in <module>
main()
File "/Users/martin/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/182.4129.34/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1658, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "/Users/martin/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/182.4129.34/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1068, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "/Users/###/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/182.4129.34/PyCharm.app/Contents/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "/Users/###/PycharmProjects/###/models/test.py", line 44, in <module>
user_dict = model_to_dict(u, manytomany=True)
File "/Users/###/PycharmProjects/###/venv/lib/python3.6/site-packages/playhouse/shortcuts.py", line 63, in model_to_dict
for rel_obj in getattr(model, name):
TypeError: getattr(): attribute name must be string
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1708/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1708/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1707 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1707/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1707/comments | https://api.github.com/repos/coleifer/peewee/issues/1707/events | https://github.com/coleifer/peewee/issues/1707 | 353,823,565 | MDU6SXNzdWUzNTM4MjM1NjU= | 1,707 | Classic many-to-many relation | {
"login": "inox9",
"id": 5548204,
"node_id": "MDQ6VXNlcjU1NDgyMDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/5548204?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/inox9",
"html_url": "https://github.com/inox9",
"followers_url": "https://api.github.com/users/inox9/followers",
"following_url": "https://api.github.com/users/inox9/following{/other_user}",
"gists_url": "https://api.github.com/users/inox9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/inox9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/inox9/subscriptions",
"organizations_url": "https://api.github.com/users/inox9/orgs",
"repos_url": "https://api.github.com/users/inox9/repos",
"events_url": "https://api.github.com/users/inox9/events{/privacy}",
"received_events_url": "https://api.github.com/users/inox9/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Rather than querying from the perspective of Account (which may have 0..n codes), you should query from the intermediary model and eagerly load the associated account/code:\r\n\r\n```python\r\nquery = (AccountCode\r\n .select(AccountCode, Account, Code)\r\n .join_from(AccountCode, Account)\r\n .join_from(AccountCode, Code)\r\n .where(AccountCode.account = account_id))\r\nfor acc_code in query:\r\n # acc_code.account or acc_code.code are already loaded so no more queries\r\n```\r\n\r\nFor your example to work, peewee would have to de-duplicate data to ensure all the codes were assigned to a single account."
] | 2018-08-24T15:11:50 | 2018-08-24T15:46:09 | 2018-08-24T15:46:09 | NONE | null | Hello!
I have a strange problem doing classic many-to-many relation join. I use an intermediate table as suggested in official docs for this. I have enabled query log and noticed that despite join query is correct and actually returns everything that I need there are still additional excess queries done. Here are the models I use:
```python
class Account(IModel):
balance = MoneyField()
number = IntegerField(null=False)
name = CharField(max_length=64, null=False)
type = SmallIntegerField(null=False)
updated = DateTimeField(null=True)
class Code(IModel):
type = SmallIntegerField(null=False)
code = CharField(max_length=25, null=False)
description = CharField(max_length=100, null=False)
parent_code = ForeignKeyField('self', default=0)
class AccountCode(IModel):
code = ForeignKeyField(Code, null=False)
account = ForeignKeyField(Account, backref='codes', null=False)
balance = MoneyField()
```
And this is the query:
```python
acc = (Account
.select(Account, AccountCode, Code)
.join(AccountCode)
.join(Code)
.where(Account.id == account_id))
for acc_code in acc[0].codes:
# do something with acc_code and acc_code.code
```
And here is the query log:
```sql
('SELECT `t1`.`id`, `t1`.`balance`, `t1`.`number`, `t1`.`name`, `t1`.`type`, `t1`.`updated`, `t2`.`id`, `t2`.`code_id`, `t2`.`account_id`, `t2`.`balance`, `t3`.`id`, `t3`.`type`, `t3`.`code`, `t3`.`description`, `t3`.`parent_code_id` FROM `account` AS `t1` INNER JOIN `account_code` AS `t2` ON (`t1`.`id` = `t2`.`account_id`) INNER JOIN `code` AS `t3` ON (`t3`.`id` = `t2`.`code_id`) WHERE (`t1`.`id` = %s)', [1])
('SELECT `t1`.`id`, `t1`.`code_id`, `t1`.`account_id`, `t1`.`balance` FROM `account_code` AS `t1` WHERE (`t1`.`account_id` = %s)', [1])
('SELECT `t1`.`id`, `t1`.`type`, `t1`.`code`, `t1`.`description`, `t1`.`parent_code_id` FROM `code` AS `t1` WHERE (`t1`.`id` = %s) LIMIT %s OFFSET %s', [9420, 1, 0])
('SELECT `t1`.`id`, `t1`.`type`, `t1`.`code`, `t1`.`description`, `t1`.`parent_code_id` FROM `code` AS `t1` WHERE (`t1`.`id` = %s) LIMIT %s OFFSET %s', [9423, 1, 0])
```
As you can see there are 3 additional excess queries done which really shouldn't happen in case of join (afaik). | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1707/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1707/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1706 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1706/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1706/comments | https://api.github.com/repos/coleifer/peewee/issues/1706/events | https://github.com/coleifer/peewee/issues/1706 | 353,642,330 | MDU6SXNzdWUzNTM2NDIzMzA= | 1,706 | Add possibility to add constrains in schema migrations | {
"login": "rominf",
"id": 3449635,
"node_id": "MDQ6VXNlcjM0NDk2MzU=",
"avatar_url": "https://avatars.githubusercontent.com/u/3449635?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rominf",
"html_url": "https://github.com/rominf",
"followers_url": "https://api.github.com/users/rominf/followers",
"following_url": "https://api.github.com/users/rominf/following{/other_user}",
"gists_url": "https://api.github.com/users/rominf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rominf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rominf/subscriptions",
"organizations_url": "https://api.github.com/users/rominf/orgs",
"repos_url": "https://api.github.com/users/rominf/repos",
"events_url": "https://api.github.com/users/rominf/events{/privacy}",
"received_events_url": "https://api.github.com/users/rominf/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This is already possible, if I understand the request correctly.\r\n\r\nWhen adding a new column, you can add arbitrary constraints:\r\n\r\n```python\r\nprice = FloatField(default=0., constraints=[Check('price >= 0.0')])\r\nmigrator = SchemaMigrator.from_database(db)\r\n# Add the \"price\" column, which includes a CHECK() constraint.\r\nmigrate(migrator.add_column('some_table', 'price', price))\r\n```",
"Perhaps you were referring to table constraints? e.g. `ALTER TABLE ADD CONSTRAINT ...`?",
"Added support for adding/dropping generic table constraints: https://github.com/coleifer/peewee/commit/128e41ce16473baaeb24cc74864a088884a7e0cb#diff-77fadcec703631c9bc463a8865569f1bR2999"
] | 2018-08-24T04:39:52 | 2018-08-24T15:03:16 | 2018-08-24T15:02:41 | NONE | null | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1706/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1706/timeline | null | completed | null | null |
|
https://api.github.com/repos/coleifer/peewee/issues/1705 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1705/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1705/comments | https://api.github.com/repos/coleifer/peewee/issues/1705/events | https://github.com/coleifer/peewee/issues/1705 | 353,574,826 | MDU6SXNzdWUzNTM1NzQ4MjY= | 1,705 | Join with join_type=JOIN.NATURAL requires explicit join condition | {
"login": "jbender",
"id": 723784,
"node_id": "MDQ6VXNlcjcyMzc4NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/723784?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbender",
"html_url": "https://github.com/jbender",
"followers_url": "https://api.github.com/users/jbender/followers",
"following_url": "https://api.github.com/users/jbender/following{/other_user}",
"gists_url": "https://api.github.com/users/jbender/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jbender/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbender/subscriptions",
"organizations_url": "https://api.github.com/users/jbender/orgs",
"repos_url": "https://api.github.com/users/jbender/repos",
"events_url": "https://api.github.com/users/jbender/events{/privacy}",
"received_events_url": "https://api.github.com/users/jbender/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Peewee needs you to specify the join predicate when using models that don't have a foreign-key relationship, simple as that.\r\n\r\nIs there any reason why you wouldn't just:\r\n\r\n```python\r\nclass ModelB(BaseModel):\r\n class Meta:\r\n table_name = 'model_b'\r\n\r\n model_b_id = IntegerField() # presumably this should have primary_key=True?\r\n model_a = ForeignKeyField(ModelA)\r\n```\r\n\r\nNote that if you're using the lower-level query builder APIs these constraints do not exist and you can express a natural join:\r\n\r\n```python\r\nTableA = ModelA._meta.table\r\nTableB = ModelB._meta.table\r\nTableC = ModelC._meta.table\r\n\r\nquery = (TableA\r\n .select(TableA.model_a_id, TableB.model_b_id, TableC.model_c_id)\r\n .join(TableB, JOIN.NATURAL)\r\n .join(TableC, JOIN.NATURAL))\r\n```",
"The example given is a dumbed-down version of my actual database to demonstrate the issue. In reality there are 2-3 fields required to perform the joins using compound primary keys. These compound keys serve as the mechanism for natural joins in the existing database structure, a better example would have been:\r\n\r\n```python\r\nfrom peewee import (JOIN, CompositeKey, DateField, DateTimeField, IntegerField,\r\n Model, PostgresqlDatabase, TextField)\r\n\r\ndb = PostgresqlDatabase('test_db')\r\n\r\nclass BaseModel(Model):\r\n class Meta:\r\n database = db\r\n\r\nclass ModelA(BaseModel):\r\n class Meta:\r\n table_name = 'model_a'\r\n primary_key = CompositeKey('first_identifier', 'second_identifier')\r\n\r\n first_identifier = IntegerField()\r\n second_identifier = IntegerField()\r\n third_reference = TextField()\r\n model_a_data = TextField()\r\n\r\nclass ModelB(BaseModel):\r\n class Meta:\r\n table_name = 'model_b'\r\n primary_key = CompositeKey('second_identifier', 'timestamp')\r\n\r\n second_identifier = IntegerField()\r\n timestamp = DateTimeField()\r\n third_reference = TextField()\r\n model_b_data = TextField()\r\n\r\nclass ModelC(BaseModel):\r\n class Meta:\r\n table_name = 'model_c'\r\n primary_key = CompositeKey('third_reference', 'date')\r\n\r\n third_reference = TextField()\r\n date = DateField()\r\n model_c_data = TextField()\r\n\r\nwith db:\r\n db.create_tables([ModelA, ModelB, ModelC])\r\n\r\n# vvv works vvv\r\nprint((ModelA._meta.table\r\n .select(\r\n ModelA.model_a_data,\r\n ModelB.model_b_data,\r\n ModelC.model_c_data\r\n )\r\n .join(ModelB._meta.table, JOIN.NATURAL)\r\n .join(ModelC._meta.table, JOIN.NATURAL)\r\n).execute()[0])\r\n\r\n# vvv errors vvv\r\nprint((ModelA\r\n .select(\r\n ModelA.model_a_data,\r\n ModelB.model_b_data,\r\n ModelC.model_c_data\r\n )\r\n .join_from(ModelA, ModelB, JOIN.NATURAL)\r\n .join_from(ModelA, ModelC, JOIN.NATURAL)\r\n).execute()[0])\r\n```\r\n\r\nGood to know I can revert to using the tables, just raised the issue because natural joins don't actually require a foreign key relationship.",
"I think I'm going to close this one out as partially wontfix. Peewee nominally supports natural joins, but they were added in 3.x, and to-date, Peewee still does not support the \"USING ...\" clause that typically goes with a natural join.\r\n\r\nWhen using models, Peewee requires a join predicate -- either supplied by the user or inferred from the declared foreign-key relationships. Cartesian joins can be accomplished by specifying multiple tables in the from clause (using `.from_(Src1, Src2, ...)`)."
] | 2018-08-23T22:20:33 | 2018-08-28T20:58:21 | 2018-08-28T20:58:21 | NONE | null | Error being thrown:
```
Traceback (most recent call last):
File "example.py", line 35, in <module>
.join_from(ModelA, ModelB, JOIN.NATURAL)
File "/usr/local/lib/python3.7/site-packages/peewee.py", line 6061, in join_from
return self.join(dest, join_type, on, src, attr)
File "/usr/local/lib/python3.7/site-packages/peewee.py", line 606, in inner
method(clone, *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/peewee.py", line 6050, in join
on, attr, constructor = self._normalize_join(src, dest, on, attr)
File "/usr/local/lib/python3.7/site-packages/peewee.py", line 5978, in _normalize_join
src_model, dest_model, to_field, on)
File "/usr/local/lib/python3.7/site-packages/peewee.py", line 6027, in _generate_on_clause
(src, dest))
ValueError: Unable to find foreign key between <Model: ModelA> and <Model: ModelB>. Please specify an explicit join condition.
```
Natural joins shouldn't need to specify the columns that are being joined, that should be worked out by the database.
Test case that throws an error:
```python
from peewee import JOIN, IntegerField, Model, PostgresqlDatabase
db = PostgresqlDatabase('test_db')
class BaseModel(Model):
class Meta:
database = db
class ModelA(BaseModel):
class Meta:
table_name = 'model_a'
model_a_id = IntegerField()
class ModelB(BaseModel):
class Meta:
table_name = 'model_b'
model_b_id = IntegerField()
model_a_id = IntegerField()
class ModelC(BaseModel):
class Meta:
table_name = 'model_c'
model_c_id = IntegerField()
model_a_id = IntegerField()
with db:
db.create_tables([ModelA, ModelB, ModelC])
(ModelA
.select(ModelA, ModelB, ModelC)
.join_from(ModelA, ModelB, JOIN.NATURAL)
.join_from(ModelA, ModelC, JOIN.NATURAL)
).execute()
```
Query that I think *should* be generated (which works):
```sql
SELECT
model_a.*,
model_b.*,
model_c.*
FROM model_a
NATURAL JOIN model_b
NATURAL JOIN model_c;
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1705/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1705/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1704 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1704/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1704/comments | https://api.github.com/repos/coleifer/peewee/issues/1704/events | https://github.com/coleifer/peewee/issues/1704 | 353,164,421 | MDU6SXNzdWUzNTMxNjQ0MjE= | 1,704 | Clause equivalent in version 3 | {
"login": "djsutherland",
"id": 36478,
"node_id": "MDQ6VXNlcjM2NDc4",
"avatar_url": "https://avatars.githubusercontent.com/u/36478?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/djsutherland",
"html_url": "https://github.com/djsutherland",
"followers_url": "https://api.github.com/users/djsutherland/followers",
"following_url": "https://api.github.com/users/djsutherland/following{/other_user}",
"gists_url": "https://api.github.com/users/djsutherland/gists{/gist_id}",
"starred_url": "https://api.github.com/users/djsutherland/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/djsutherland/subscriptions",
"organizations_url": "https://api.github.com/users/djsutherland/orgs",
"repos_url": "https://api.github.com/users/djsutherland/repos",
"events_url": "https://api.github.com/users/djsutherland/events{/privacy}",
"received_events_url": "https://api.github.com/users/djsutherland/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"```python\r\nfrom peewee import NodeList\r\n\r\nfn.GROUP_CONCAT(NodeList((\r\n MyModel.test_score.distinct(), \r\n SQL('ORDER BY'), \r\n MyModel.test_score.desc(), \r\n SQL('SEPARATOR \\' \\''))\r\n))\r\n```\r\n\r\nINTO:\r\n\r\n```sql\r\nGROUP_CONCAT(DISTINCT \"t1\".\"test_score\" ORDER BY \"t1\".\"test_score\" DESC SEPARATOR ' ')\r\n```",
"Cool, thanks. :)"
] | 2018-08-22T23:35:47 | 2018-08-23T16:08:04 | 2018-08-23T00:14:56 | NONE | null | I was using [this hack](https://github.com/coleifer/peewee/issues/1181#issuecomment-274626273), which worked in peewee 2, but `peewee.Clause` seems to not be a thing anymore.
How can I pass a `SEPARATOR` argument to `GROUP_CONCAT` in peewee 3? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1704/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1704/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1703 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1703/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1703/comments | https://api.github.com/repos/coleifer/peewee/issues/1703/events | https://github.com/coleifer/peewee/issues/1703 | 352,579,331 | MDU6SXNzdWUzNTI1NzkzMzE= | 1,703 | Replace "raise Exception" by "raise XXX" | {
"login": "gustavi",
"id": 2736557,
"node_id": "MDQ6VXNlcjI3MzY1NTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2736557?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gustavi",
"html_url": "https://github.com/gustavi",
"followers_url": "https://api.github.com/users/gustavi/followers",
"following_url": "https://api.github.com/users/gustavi/following{/other_user}",
"gists_url": "https://api.github.com/users/gustavi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gustavi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gustavi/subscriptions",
"organizations_url": "https://api.github.com/users/gustavi/orgs",
"repos_url": "https://api.github.com/users/gustavi/repos",
"events_url": "https://api.github.com/users/gustavi/events{/privacy}",
"received_events_url": "https://api.github.com/users/gustavi/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"e15141fb519e175970af73dac92b736011208541"
] | 2018-08-21T14:52:57 | 2018-08-21T15:00:33 | 2018-08-21T15:00:33 | NONE | null | There are 3 `raise Exception` in the code. It could be good to replace it by custom exception to catch it (and only it) when using peewee. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1703/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1703/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1702 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1702/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1702/comments | https://api.github.com/repos/coleifer/peewee/issues/1702/events | https://github.com/coleifer/peewee/pull/1702 | 352,469,483 | MDExOlB1bGxSZXF1ZXN0MjA5NzcxNzE5 | 1,702 | Reflection: Fix broken SQL statement for text-typed default values. | {
"login": "stlehmann",
"id": 4641542,
"node_id": "MDQ6VXNlcjQ2NDE1NDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4641542?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stlehmann",
"html_url": "https://github.com/stlehmann",
"followers_url": "https://api.github.com/users/stlehmann/followers",
"following_url": "https://api.github.com/users/stlehmann/following{/other_user}",
"gists_url": "https://api.github.com/users/stlehmann/gists{/gist_id}",
"starred_url": "https://api.github.com/users/stlehmann/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/stlehmann/subscriptions",
"organizations_url": "https://api.github.com/users/stlehmann/orgs",
"repos_url": "https://api.github.com/users/stlehmann/repos",
"events_url": "https://api.github.com/users/stlehmann/events{/privacy}",
"received_events_url": "https://api.github.com/users/stlehmann/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"You mean quotation marks, not parentheses...",
"I think the better way to fix this would be to introspect the field type rather than the default value.",
"You are right ... \"quotation marks\" it is. \r\n\r\nI decided to check the type of the default value because even if you have a certain numeric field type the default value could be any type depending on the users input. E.g. the following is certainly possible:\r\n\r\n import peewee as pw\r\n class A(pw.Model):\r\n name = pw.CharField(default=1)\r\n num = pw.IntegerField(default=\"foo\")\r\n\r\nI know it makes no sense but peewee allows to set defaults that don' t match the field type. Maybe that should get checked, too. But to prevent the SQL-statement from breaking it seams better to me to check the type of the default value.\r\n"
] | 2018-08-21T10:00:26 | 2018-08-21T18:29:44 | 2018-08-21T14:28:38 | NONE | null | When using the refection module on text-typed (unicode on py2, str on py3) Columns with default values there were parantheses missing around the generated SQL statement. That leads to errors on model migration.
I fixed this error by checking the data type of the default value and adding parantheses around it if it is a text type.
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1702/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1702/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1702",
"html_url": "https://github.com/coleifer/peewee/pull/1702",
"diff_url": "https://github.com/coleifer/peewee/pull/1702.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1702.patch",
"merged_at": null
} |
https://api.github.com/repos/coleifer/peewee/issues/1701 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1701/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1701/comments | https://api.github.com/repos/coleifer/peewee/issues/1701/events | https://github.com/coleifer/peewee/issues/1701 | 351,760,275 | MDU6SXNzdWUzNTE3NjAyNzU= | 1,701 | Missing documentation of a backwards incompatible change from 2.x | {
"login": "CriseX",
"id": 3485114,
"node_id": "MDQ6VXNlcjM0ODUxMTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/3485114?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/CriseX",
"html_url": "https://github.com/CriseX",
"followers_url": "https://api.github.com/users/CriseX/followers",
"following_url": "https://api.github.com/users/CriseX/following{/other_user}",
"gists_url": "https://api.github.com/users/CriseX/gists{/gist_id}",
"starred_url": "https://api.github.com/users/CriseX/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/CriseX/subscriptions",
"organizations_url": "https://api.github.com/users/CriseX/orgs",
"repos_url": "https://api.github.com/users/CriseX/repos",
"events_url": "https://api.github.com/users/CriseX/events{/privacy}",
"received_events_url": "https://api.github.com/users/CriseX/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2018-08-17T22:46:41 | 2018-08-19T00:20:16 | 2018-08-19T00:20:16 | NONE | null | The removal of old SelectModel.annotate() method is not listed under the list of backwards incompatible changes. I had to actually dig through the old 2.x documentation to figure out what that method used to do. Perhaps the current documentation could at least link to 2.x documentation on the 3.0 changes page in regards to this method (when noting it has been removed).
Edit: Same is true for "upsert()" on insert by the looks of it (sans the fact that there are obvious alternatives in existence). | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1701/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1701/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1700 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1700/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1700/comments | https://api.github.com/repos/coleifer/peewee/issues/1700/events | https://github.com/coleifer/peewee/issues/1700 | 351,459,226 | MDU6SXNzdWUzNTE0NTkyMjY= | 1,700 | Cannot create indexes using JSONPath with SQLite | {
"login": "blemasle",
"id": 5184737,
"node_id": "MDQ6VXNlcjUxODQ3Mzc=",
"avatar_url": "https://avatars.githubusercontent.com/u/5184737?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blemasle",
"html_url": "https://github.com/blemasle",
"followers_url": "https://api.github.com/users/blemasle/followers",
"following_url": "https://api.github.com/users/blemasle/following{/other_user}",
"gists_url": "https://api.github.com/users/blemasle/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blemasle/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blemasle/subscriptions",
"organizations_url": "https://api.github.com/users/blemasle/orgs",
"repos_url": "https://api.github.com/users/blemasle/repos",
"events_url": "https://api.github.com/users/blemasle/events{/privacy}",
"received_events_url": "https://api.github.com/users/blemasle/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"There's no way to fix this, unfortunately it's just a limit of SQLite that it won't accept the parameterized query in CREATE INDEX.",
"Indeed, I did not realize that was the case with every parametized index creation. Even the advanced index creation [stated in the doc](http://docs.peewee-orm.com/en/latest/peewee/models.html#advanced-index-creation) will fail with SQLite.\r\n\r\nWould it not be possible somehow to alter the ouput of `_create_index` to render a full SQL query rather than a parametized one in the case of SQLite ? If there is no solution to improve this, I think the documentation should mention this somehow :)"
] | 2018-08-17T05:12:39 | 2018-08-18T00:23:24 | 2018-08-17T14:23:27 | NONE | null | Cannot create indexes using JSONPath with SQLite and apsw
Hi,
peewee : 3.6.4
apsw : 3.24.0-r1, with json1 extension enabled
For a rather tricky case, I need to create an index using the `json_extract` function. But the use of `JSONPath` produce a parametized SQL query, which is prohibited during indexes creation.
```python
import logging
from peewee import Model
from playhouse.apsw_ext import APSWDatabase
from playhouse.apsw_ext import TextField
from playhouse.sqlite_ext import JSONField
logging.basicConfig(level=logging.DEBUG)
db = APSWDatabase(':memory:')
class Anything(Model):
value = JSONField()
class Meta:
database = db
anything_trick_case_idx = Anything.index('json_extract(value, "$.foo")', name='anything_trick_case_idx') # Work
anything_trick_case_idx = Anything.index(Anything.value['foo'], name='anything_trick_case_idx') # Fail
Anything.add_index(anything_trick_case_idx)
Anything.create_table()
k = Anything()
k.value = '{"foo": "bar"}'
k.save()
Anything.select().where(Anything.value['foo'] == 'bar').execute()
```
## Working log output
>DEBUG:peewee:('CREATE TABLE IF NOT EXISTS "anything" ("id" INTEGER NOT NULL PRIMARY KEY, "value" JSON NOT NULL)', [])
>DEBUG:peewee:('CREATE INDEX IF NOT EXISTS "anything_trick_case_idx" ON "anything" (json_extract(value, "$.foo"))', [])
>DEBUG:peewee:('INSERT INTO "anything" ("value") VALUES (?)', ['"{\\"foo\\": \\"bar\\"}"'])
>DEBUG:peewee:('SELECT "t1"."id", "t1"."value" FROM "anything" AS "t1" WHERE (json_extract("t1"."value", ?) = ?)', ['$.foo', 'bar'])
## Failing log output
>DEBUG:peewee:('CREATE TABLE IF NOT EXISTS "anything" ("id" INTEGER NOT NULL PRIMARY KEY, "value" JSON NOT NULL)', [])
>DEBUG:peewee:('CREATE INDEX IF NOT EXISTS "anything_trick_case_idx" ON "anything" (json_extract("value", ?))', ['$.foo'])
>Traceback (most recent call last):
> File ".\test.py", line 23, in <module>
> Anything.create_table()
> File "C:\Users\bertr\Documents\Projects\Development\Python\GpsTrackerServer\.venv\env-3.7\lib\site-packages\peewee.py", line 5670, in create_table
> cls._schema.create_all(safe, **options)
> File "C:\Users\bertr\Documents\Projects\Development\Python\GpsTrackerServer\.venv\env-3.7\lib\site-packages\peewee.py", line 4920, in create_all
> self.create_indexes(safe=safe)
> File "C:\Users\bertr\Documents\Projects\Development\Python\GpsTrackerServer\.venv\env-3.7\lib\site-packages\peewee.py", line 4834, in create_indexes
> self.database.execute(query)
> File "C:\Users\bertr\Documents\Projects\Development\Python\GpsTrackerServer\.venv\env-3.7\lib\site-packages\peewee.py", line 2653, in execute
> return self.execute_sql(sql, params, commit=commit)
> File "C:\Users\bertr\Documents\Projects\Development\Python\GpsTrackerServer\.venv\env-3.7\lib\site-packages\playhouse\apsw_ext.py", line 110, in execute_sql
> cursor.execute(sql, params or ())
> File "c:\users\bertr\documents\projects\development\python\apsw-3.24.0-r1\src\cursor.c", line 1019, in APSWCursor_execute.sqlite3_prepare
> AddTraceBackHere(__FILE__, __LINE__, "APSWCursor_execute.sqlite3_prepare", "{s: O, s: O}",
> File "c:\users\bertr\documents\projects\development\python\apsw-3.24.0-r1\src\statementcache.c", line 386, in sqlite3_prepare
> AddTraceBackHere(__FILE__, __LINE__, "sqlite3_prepare", "{s: N}", "sql", convertutf8stringsize(buffer, buflen));
>apsw.SQLError: SQLError: parameters prohibited in index expressions
Is there any way to not use the raw sql synthax, or to fix the bug ideally ? :)
Cheers,
Bertrand | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1700/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1700/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1699 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1699/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1699/comments | https://api.github.com/repos/coleifer/peewee/issues/1699/events | https://github.com/coleifer/peewee/issues/1699 | 350,809,621 | MDU6SXNzdWUzNTA4MDk2MjE= | 1,699 | [HELP] how to union_all subquerys | {
"login": "megachweng",
"id": 18111773,
"node_id": "MDQ6VXNlcjE4MTExNzcz",
"avatar_url": "https://avatars.githubusercontent.com/u/18111773?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/megachweng",
"html_url": "https://github.com/megachweng",
"followers_url": "https://api.github.com/users/megachweng/followers",
"following_url": "https://api.github.com/users/megachweng/following{/other_user}",
"gists_url": "https://api.github.com/users/megachweng/gists{/gist_id}",
"starred_url": "https://api.github.com/users/megachweng/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/megachweng/subscriptions",
"organizations_url": "https://api.github.com/users/megachweng/orgs",
"repos_url": "https://api.github.com/users/megachweng/repos",
"events_url": "https://api.github.com/users/megachweng/events{/privacy}",
"received_events_url": "https://api.github.com/users/megachweng/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I'm not clear why you are writing your queries like that...but here's how you might do it with Peewee:\r\n\r\n```python\r\nLA1 = Log.alias()\r\nsubq1 = LA1.select(LA1).where(LA1.checked == 0).order_by(LA1.id.desc())\r\n\r\nlhs = (Log\r\n .select(subq1.c.api_id, subq1.c.id, subq1.c.new_name.alias('name'))\r\n .from_(subq1)\r\n .group_by(subq1.c.api_id))\r\n\r\nLA2 = Log.alias()\r\nsubq2 = LA2.select(LA2).where(LA2.checked == 0).order_by(LA2.id)\r\n\r\nrhs = (Log\r\n .select(subq2.c.api_id, subq2.c.id, subq2.c.new_name.alias('name'))\r\n .from_(subq2)\r\n .group_by(subq2.c.api_id))\r\n\r\nquery = lhs.union_all(rhs).order_by(SQL('1, 2'))\r\n```\r\n\r\nThe SQL that's generated is:\r\n\r\n```sql\r\nSELECT \"t1\".\"api_id\", \"t1\".\"id\", \"t1\".\"new_name\" AS \"name\" \r\nFROM (\r\n SELECT \"t2\".\"id\", \"t2\".\"api_id\", \"t2\".\"timestamp\", \"t2\".\"new_name\", \"t2\".\"old_name\", \"t2\".\"checked\" \r\n FROM \"log\" AS \"t2\" \r\n WHERE (\"t2\".\"checked\" = ?) \r\n ORDER BY \"t2\".\"id\" DESC) AS \"t1\" \r\nGROUP BY \"t1\".\"api_id\" \r\nUNION ALL \r\nSELECT \"t3\".\"api_id\", \"t3\".\"id\", \"t3\".\"new_name\" AS \"name\"\r\nFROM (\r\n SELECT \"t4\".\"id\", \"t4\".\"api_id\", \"t4\".\"timestamp\", \"t4\".\"new_name\", \"t4\".\"old_name\", \"t4\".\"checked\" \r\n FROM \"log\" AS \"t4\" \r\n WHERE (\"t4\".\"checked\" = ?) \r\n ORDER BY \"t4\".\"id\"\r\n) AS \"t3\" \r\nGROUP BY \"t3\".\"api_id\" \r\nORDER BY 1, 2\r\n```",
"@coleifer I just want to select latest and soonest row of each group which is grouped by api_id,and are there effective way to implement it with peewee,appreciate your help",
"Check out this post, which talks about various ways to approach the \"top item per group\" query: http://charlesleifer.com/blog/techniques-for-querying-lists-of-objects-and-determining-the-top-related-item/\r\n\r\nIt's a common thing and there are several ways to do it.\r\n\r\nYou might find it easier to do something like:\r\n\r\n```python\r\nLA = Log.alias()\r\nsubq = (LA.select(\r\n LA.api,\r\n fn.MIN(LA.id).alias('min_id'), \r\n fn.MAX(LA.id).alias('max_id'))\r\n.group_by(LA.api)\r\n.where(LA.checked == 0))\r\n\r\nquery = Log.select().join(subq, on=(\r\n (Log.api == subq.c.api_id) &\r\n ((Log.id == subq.c.min_id) | (Log.id == subq.c.max_id)))\r\n```"
] | 2018-08-15T13:30:13 | 2018-08-15T15:27:55 | 2018-08-15T14:52:21 | NONE | null | ```Python
class Wtlog(BaseModel):
api = CharField(column_name='api_id', constraints=[SQL("DEFAULT ''")])
ctime = DateTimeField(constraints=[SQL("DEFAULT current_timestamp()")], null=True)
new_name = CharField(null=True)
old_name = CharField(null=True)
```
The raw SQL is
```MySQL
SELECT api_id,id,new_name AS name
FROM ( SELECT * FROM wtlog WHERE checked = 0 ORDER BY id DESC ) x GROUP BY api_id
UNION ALL
SELECT api_id,id,new_name AS name
FROM ( SELECT * FROM wtlog WHERE checked = 0 ORDER BY id ) x GROUP BY api_id
ORDER BY api_id, id
```
really have no idea how to solve this
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1699/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1699/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1698 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1698/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1698/comments | https://api.github.com/repos/coleifer/peewee/issues/1698/events | https://github.com/coleifer/peewee/issues/1698 | 350,761,413 | MDU6SXNzdWUzNTA3NjE0MTM= | 1,698 | join doesn't works | {
"login": "zhangmaohong",
"id": 26495548,
"node_id": "MDQ6VXNlcjI2NDk1NTQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/26495548?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhangmaohong",
"html_url": "https://github.com/zhangmaohong",
"followers_url": "https://api.github.com/users/zhangmaohong/followers",
"following_url": "https://api.github.com/users/zhangmaohong/following{/other_user}",
"gists_url": "https://api.github.com/users/zhangmaohong/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zhangmaohong/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zhangmaohong/subscriptions",
"organizations_url": "https://api.github.com/users/zhangmaohong/orgs",
"repos_url": "https://api.github.com/users/zhangmaohong/repos",
"events_url": "https://api.github.com/users/zhangmaohong/events{/privacy}",
"received_events_url": "https://api.github.com/users/zhangmaohong/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"From your issue it's unclear what the problem is, what the expected result/output should be, etc.\r\n\r\nCan you please add a comment indicating what the problem is? Also, if you could please create a minimal example -- the models you've included are difficult to read.\r\n\r\nI'll reopen the issue upon receiving a comment.",
"```\r\nexample model:\r\nclass t1(BaseModel):\r\n name = CharField() \r\n intro_title = CharField() \r\n primary_key = CharField(index = True)\r\nclass t2(BaseModel):\r\n name = CharField() \r\n primary_key = CharField(index = True)\r\n director = CharField()\r\n actor = CharField()\r\n```\r\n\r\nMy main requirement is to judge whether t1.name and t2.name contain the keyword according to the keyword input by the user. If it is included, the content that matches t1 and t2 is combined and output.\r\nT1 and t2 can be combined by primary_key.\r\n\r\nmy query:\r\n```\r\n queryt1 = t1.where(t1.name.contains(kw))\r\n queryt2 = t2.where(t2.name.contains(kw))\r\n query = ((queryt1\r\n.select(queryt1, queryt2)\r\n.join(queryt2, JOIN.LEFT_OUTER, on= queryt1.primary_key == queryt2.primary_key))\r\nunion_all\r\n(queryt1\r\n.select(queryt1, queryt2)\r\n.join(queryt2, JOIN.RIGHT_OUTER, on= queryt1.primary_key == queryt2.primary_key))\r\n.where(queryt1.primary_key == None))\r\n```\r\n\r\nBut my output is only t1 content, no t2 content\r\n\r\n\r\n ",
"Your query is all sorts of wrong... I'd suggest posting to stackoverflow."
] | 2018-08-15T10:31:55 | 2018-08-16T14:37:12 | 2018-08-15T14:43:07 | NONE | null | ```class BaseModel(Model):
class Meta:
database = db
def __str__(self):
r = {}
for k in self.__data__.keys():
try:
r[k] = str(getattr(self, k))
except:
r[k] = json.dumps(getattr(self, k))
# return str(r)
return json.dumps(r, ensure_ascii=False)
class Sohu_Jieshaoye(BaseModel):
sohu_jsy_id = IntegerField(primary_key = True)
intro_url = CharField()
intro_title = CharField()
primary_key_j = CharField(index = True)
intro_pid = CharField()
video_name = CharField(index = True)
description = TextField()
label = CharField()
district = CharField()
episodes = CharField()
release_time = CharField()
director = CharField()
actor = CharField()
pv = CharField()
class Sohu_Bofangye(BaseModel):
sohu_bfy_id = IntegerField(primary_key = True)
bofangye_url = CharField()
bofangye_title = CharField(index = True)
primary_key = CharField(index = True)
pid = CharField(index = True)
vid = CharField(index = True)
duration = CharField()
crumb = CharField()
type = CharField()
mark_vip = CharField()
```
```
queryBoFang = queryBoFang.where(sohu_bofang_model.bofangye_title.contains(video_name_kw))
queryJieshao = queryJieshao.where(sohu_jieshao_model.video_name.contains(video_name_kw))
query = (
queryBoFang
.select(queryBoFang,queryJieshao)
.join(
queryJieshao,
JOIN.LEFT_OUTER,
on=(queryBoFang.c.primary_key == queryJieshao.c.primary_key_j),
attr='jieshao'
)
.union_all(
queryBoFang
.select(queryBoFang,queryJieshao)
.join(
queryJieshao,
JOIN.RIGHT_OUTER,
on=(queryBoFang.c.primary_key == queryJieshao.c.primary_key_j),
attr='jieshao'
)
.where(queryBoFang.c.primary_key == None)
)
)
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1698/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1698/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1697 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1697/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1697/comments | https://api.github.com/repos/coleifer/peewee/issues/1697/events | https://github.com/coleifer/peewee/issues/1697 | 350,331,559 | MDU6SXNzdWUzNTAzMzE1NTk= | 1,697 | `User.select().dicts()` not return dict-list | {
"login": "bingtel",
"id": 24327444,
"node_id": "MDQ6VXNlcjI0MzI3NDQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/24327444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bingtel",
"html_url": "https://github.com/bingtel",
"followers_url": "https://api.github.com/users/bingtel/followers",
"following_url": "https://api.github.com/users/bingtel/following{/other_user}",
"gists_url": "https://api.github.com/users/bingtel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bingtel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bingtel/subscriptions",
"organizations_url": "https://api.github.com/users/bingtel/orgs",
"repos_url": "https://api.github.com/users/bingtel/repos",
"events_url": "https://api.github.com/users/bingtel/events{/privacy}",
"received_events_url": "https://api.github.com/users/bingtel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Peewee lazily evaluates queries -- they are not evaluated until iterated (or you explicitly call .execute(), and in that case you get a special/smart iterator).\r\n\r\nTo get a list of dicts, either:\r\n\r\n```python\r\nq = User.select().dicts()\r\nlist_of_dicts1 = q[:]\r\nlist_of_dicts2 = list(q)\r\nlist_of_dicts3 = [d for d in q]\r\n```"
] | 2018-08-14T08:36:18 | 2018-08-14T12:53:03 | 2018-08-14T12:53:03 | NONE | null | When I want to get a list of dict by `q = User.select().dicts()` , q is not a list of dict;
I have to `[e for e in q]` to get a dict-list. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1697/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1697/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1696 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1696/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1696/comments | https://api.github.com/repos/coleifer/peewee/issues/1696/events | https://github.com/coleifer/peewee/issues/1696 | 349,409,289 | MDU6SXNzdWUzNDk0MDkyODk= | 1,696 | Using fn.ST_AsText does not work in a select query | {
"login": "bmamouri",
"id": 6419173,
"node_id": "MDQ6VXNlcjY0MTkxNzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6419173?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmamouri",
"html_url": "https://github.com/bmamouri",
"followers_url": "https://api.github.com/users/bmamouri/followers",
"following_url": "https://api.github.com/users/bmamouri/following{/other_user}",
"gists_url": "https://api.github.com/users/bmamouri/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bmamouri/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bmamouri/subscriptions",
"organizations_url": "https://api.github.com/users/bmamouri/orgs",
"repos_url": "https://api.github.com/users/bmamouri/repos",
"events_url": "https://api.github.com/users/bmamouri/events{/privacy}",
"received_events_url": "https://api.github.com/users/bmamouri/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"First off, try modifying your query so that you're not selecting \"latlng\" twice:\r\n\r\n```python\r\nquery = Homes.select(Homes.name, fn.ST_AsText(Homes.latlng).alias('latlng'))\r\n```\r\n\r\nYou may not need the \".alias()\" so try with/without.",
"@coleifer, thank you for the reply. Unfortunately, that does not work either. I still get the `latlng` column in binary representation:\r\n\r\n```\r\n('SELECT \"t1\".\"id\", \"t1\".\"name\", \"t1\".\"latlng\", ST_AsText(\"t1\".\"latlng\") AS \"latlng\" FROM \"homes\" AS \"t1\"', [])\r\n[{'id': 1, 'name': 'Test', 'latlng': '0101000000000000000000F03F0000000000002440'}]\r\n```",
"@coleifer, I managed to make it work. As long as the `latlng` column selected first, it works:\r\n\r\n```\r\n homes = Homes.select(fn.ST_AsText(Homes.latlng).alias('latlng'), Homes).execute()\r\n print([model_to_dict(home) for home in homes])\r\n```\r\n\r\nResult:\r\n```\r\n('SELECT \"t1\".\"id\", \"t1\".\"name\", \"t1\".\"latlng\", ST_AsText(\"t1\".\"latlng\") AS \"latlng\" FROM \"homes\" AS \"t1\"', [])\r\n[{'id': 1, 'name': 'Test', 'latlng': 'POINT(1 10)'}]\r\n```",
"Yes -- that was why I suggested that you explicitly declare which columns you are selecting, rather than selecting everything (which happens when you do `.select(Homes)`) and then also selecting `latlng`. Unlike SQL, which returns your rows as a table, peewee is restricted to using Python named attributes so whichever value is selected first - for a given attribute - will be used and any other values with the same attribute (\"latlng\" in this case) will be ignored."
] | 2018-08-10T07:43:36 | 2018-08-13T13:56:34 | 2018-08-11T14:59:09 | NONE | null | I am trying to select a column of type `GEOMETRY` in WKT format using the ST_AsText function in PostgreSQL. Interestingly, peewee is generating the correct SQL but the query result is not fetched using the ST_AsText function.
```
from peewee import *
database = PostgresqlDatabase('test', user='postgres', password='', host='127.0.0.1')
class GeometryField(Field):
"""
Custom field that makes writing
"""
field_type = 'geometry'
class Homes(Model):
name = CharField()
latlng = GeometryField(null=True)
class Meta:
database = database
if __name__ == '__main__':
database.drop_tables([Homes])
database.create_tables([Homes])
# Create
Homes.create(name='Test', latlng=fn.ST_MakePoint(1, 10))
print(Homes.select(Homes, fn.ST_AsText(Homes.latlng)).sql())
# Select
homes = Homes.select(Homes, fn.ST_AsText(Homes.latlng)).execute()
print([model_to_dict(home) for home in homes])
# Update
home = Homes.get_by_id(1)
home.name = 'Something new'
home.save()
```
This will result in the following:
```
('SELECT "t1"."id", "t1"."name", "t1"."latlng", ST_AsText("t1"."latlng") FROM "homes" AS "t1"', [])
[{'id': 1, 'name': 'Test', 'latlng': '0101000000000000000000F03F0000000000002440'}]
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1696/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1696/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1695 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1695/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1695/comments | https://api.github.com/repos/coleifer/peewee/issues/1695/events | https://github.com/coleifer/peewee/issues/1695 | 348,176,225 | MDU6SXNzdWUzNDgxNzYyMjU= | 1,695 | How to end a simulated user. | {
"login": "qiaohao9",
"id": 15377472,
"node_id": "MDQ6VXNlcjE1Mzc3NDcy",
"avatar_url": "https://avatars.githubusercontent.com/u/15377472?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/qiaohao9",
"html_url": "https://github.com/qiaohao9",
"followers_url": "https://api.github.com/users/qiaohao9/followers",
"following_url": "https://api.github.com/users/qiaohao9/following{/other_user}",
"gists_url": "https://api.github.com/users/qiaohao9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/qiaohao9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/qiaohao9/subscriptions",
"organizations_url": "https://api.github.com/users/qiaohao9/orgs",
"repos_url": "https://api.github.com/users/qiaohao9/repos",
"events_url": "https://api.github.com/users/qiaohao9/events{/privacy}",
"received_events_url": "https://api.github.com/users/qiaohao9/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2018-08-07T05:50:04 | 2018-08-07T05:50:23 | 2018-08-07T05:50:23 | NONE | null | I now have a question like how to end a simulated user.
Scenes:
The simulated user needs to log in before the simulation request can be made to the following `@task`, but if the login fails, the user will not proceed with the subsequent tasks, and will directly exit, and also need to finish the work.
Excuse me, does peewee provide such an interface? Because I didn't see a function about ending the mock user in the documentation. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1695/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1695/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1694 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1694/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1694/comments | https://api.github.com/repos/coleifer/peewee/issues/1694/events | https://github.com/coleifer/peewee/issues/1694 | 348,161,092 | MDU6SXNzdWUzNDgxNjEwOTI= | 1,694 | update a model field mysql can't auto update the `ON UPDATE` field? | {
"login": "axiaoxin",
"id": 2876405,
"node_id": "MDQ6VXNlcjI4NzY0MDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/2876405?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/axiaoxin",
"html_url": "https://github.com/axiaoxin",
"followers_url": "https://api.github.com/users/axiaoxin/followers",
"following_url": "https://api.github.com/users/axiaoxin/following{/other_user}",
"gists_url": "https://api.github.com/users/axiaoxin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/axiaoxin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/axiaoxin/subscriptions",
"organizations_url": "https://api.github.com/users/axiaoxin/orgs",
"repos_url": "https://api.github.com/users/axiaoxin/repos",
"events_url": "https://api.github.com/users/axiaoxin/events{/privacy}",
"received_events_url": "https://api.github.com/users/axiaoxin/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Peewee is an active-record ORM...so when you call \".save()\" it will, by default, explicitly set the values for all columns using whatever values are stored in the model instance at that time.\r\n\r\nAdditionally, the `default=...` values only apply when the model does not already have a value for the given fields. So \"datetime.datetime.now()\" will be called the first time the model is created, but subsequently (assuming the field values are not None) the initial values will not be overwritten.\r\n\r\nYou're probably best doing something like this:\r\n\r\n```python\r\nclass Caller(Model):\r\n def save(self, *args, **kwargs):\r\n self.updated_at = datetime.datetime.now()\r\n return super(Caller, self).save(*args, **kwargs)\r\n```\r\n\r\nThat's the more commonly-used pattern with active-record ORMs like Peewee.",
"Alternatively, explicitly issuing an `UPDATE` query (by calling `Caller.update()`) would probably have the effect you're looking for.\r\n\r\n```python\r\nobj = Caller.select()...first()\r\nupdate = {}\r\nif admin is not None:\r\n update[Caller.admin] = admin\r\nif key is not None:\r\n update[Caller.key] = key\r\n# etc.\r\nif update:\r\n Caller.update(update).where(Caller.id == id).execute()\r\n```",
"Thank you very much!"
] | 2018-08-07T04:15:13 | 2018-08-08T01:26:51 | 2018-08-07T14:54:32 | NONE | null | I created a table use `mysql < test.sql`, test.sql content is:
```sql
CREATE TABLE IF NOT EXISTS `caller` (
`id` INT NOT NULL AUTO_INCREMENT COMMENT 'caller id',
`key` VARCHAR(36) NOT NULL DEFAULT '' COMMENT 'caller key',
`admin` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'admin list',
`is_deleted` TINYINT NOT NULL DEFAULT 0 COMMENT 'is deleted',
`created_at` DATETIME NOT NULL DEFAULT NOW() COMMENT 'created time',
`updated_at` DATETIME NOT NULL DEFAULT NOW() ON UPDATE NOW() COMMENT 'updated time',
PRIMARY KEY (`id`),
UNIQUE KEY `uk_key` (`key`)
)
ENGINE=InnoDB DEFAULT CHARSET=utf8
COMMENT = 'caller table';
```
then I defined a model
```python
class Caller(MySQLBaseModel):
id = peewee.IntegerField(primary_key=True, sequence=True)
key = peewee.CharField(default='')
admin = peewee.CharField(default='')
is_deleted = peewee.BooleanField(default=False)
created_at = peewee.DateTimeField(default=datetime.datetime.now)
updated_at = peewee.DateTimeField(default=datetime.datetime.now)
class Meta:
db_table = 'caller'
```
when I update the model, the updated_at field's `ON UPDATE` dose not work? the time is still when I created it.
```python
def update_record(id, admin=None, key=None, is_deleted=None):
data = Caller.select().where(Caller.id == id).first()
if not data:
return
if admin is not None:
data.admin = admin
if key is not None:
data.key = key
if is_deleted is not None:
data.is_deleted = is_deleted
# data.updated_at = datetime.datetime.now()
data.save()
return data
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1694/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1694/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1693 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1693/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1693/comments | https://api.github.com/repos/coleifer/peewee/issues/1693/events | https://github.com/coleifer/peewee/pull/1693 | 347,596,734 | MDExOlB1bGxSZXF1ZXN0MjA2MTgwOTYy | 1,693 | fix "NameError: name 'hashlib' is not defined" | {
"login": "lisfer",
"id": 9050581,
"node_id": "MDQ6VXNlcjkwNTA1ODE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9050581?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lisfer",
"html_url": "https://github.com/lisfer",
"followers_url": "https://api.github.com/users/lisfer/followers",
"following_url": "https://api.github.com/users/lisfer/following{/other_user}",
"gists_url": "https://api.github.com/users/lisfer/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lisfer/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lisfer/subscriptions",
"organizations_url": "https://api.github.com/users/lisfer/orgs",
"repos_url": "https://api.github.com/users/lisfer/repos",
"events_url": "https://api.github.com/users/lisfer/events{/privacy}",
"received_events_url": "https://api.github.com/users/lisfer/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Beautiful, thanks!"
] | 2018-08-04T07:30:28 | 2018-08-06T15:37:47 | 2018-08-06T13:21:10 | CONTRIBUTOR | null | hashlib is used in playhouse.migrate::make_index_name, but not imported | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1693/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1693/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1693",
"html_url": "https://github.com/coleifer/peewee/pull/1693",
"diff_url": "https://github.com/coleifer/peewee/pull/1693.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1693.patch",
"merged_at": "2018-08-06T13:21:10"
} |
https://api.github.com/repos/coleifer/peewee/issues/1692 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1692/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1692/comments | https://api.github.com/repos/coleifer/peewee/issues/1692/events | https://github.com/coleifer/peewee/issues/1692 | 347,164,071 | MDU6SXNzdWUzNDcxNjQwNzE= | 1,692 | sqlite conflict_update version check ignores apsw version | {
"login": "brandond",
"id": 370103,
"node_id": "MDQ6VXNlcjM3MDEwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/370103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/brandond",
"html_url": "https://github.com/brandond",
"followers_url": "https://api.github.com/users/brandond/followers",
"following_url": "https://api.github.com/users/brandond/following{/other_user}",
"gists_url": "https://api.github.com/users/brandond/gists{/gist_id}",
"starred_url": "https://api.github.com/users/brandond/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/brandond/subscriptions",
"organizations_url": "https://api.github.com/users/brandond/orgs",
"repos_url": "https://api.github.com/users/brandond/repos",
"events_url": "https://api.github.com/users/brandond/events{/privacy}",
"received_events_url": "https://api.github.com/users/brandond/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks for the quick fix! I had literally just hacked around my local install with the same monkeypatch:\r\n\r\n```\r\nimport peewee\r\npeewee.__sqlite_version__ = tuple(int(x) for x in apsw.sqlitelibversion().split('.'))\r\n```"
] | 2018-08-02T20:33:03 | 2018-08-02T22:03:56 | 2018-08-02T21:55:22 | NONE | null | I'm using `APSWDatabase` with APSW 3.24.0, but calling `on_conflict` still raises an exception claiming 'ValueError: SQLite does not support specifying which values to preserve or update.' It appears that `conflict_update` is checking the Python sqlite3 module version, instead of the apsw sqlite version, when deciding whether or not the feature is supported. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1692/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1692/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1691 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1691/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1691/comments | https://api.github.com/repos/coleifer/peewee/issues/1691/events | https://github.com/coleifer/peewee/issues/1691 | 346,875,541 | MDU6SXNzdWUzNDY4NzU1NDE= | 1,691 | ORDER BY a json field fails in CTE select_from | {
"login": "tuukkamustonen",
"id": 94327,
"node_id": "MDQ6VXNlcjk0MzI3",
"avatar_url": "https://avatars.githubusercontent.com/u/94327?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tuukkamustonen",
"html_url": "https://github.com/tuukkamustonen",
"followers_url": "https://api.github.com/users/tuukkamustonen/followers",
"following_url": "https://api.github.com/users/tuukkamustonen/following{/other_user}",
"gists_url": "https://api.github.com/users/tuukkamustonen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tuukkamustonen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tuukkamustonen/subscriptions",
"organizations_url": "https://api.github.com/users/tuukkamustonen/orgs",
"repos_url": "https://api.github.com/users/tuukkamustonen/repos",
"events_url": "https://api.github.com/users/tuukkamustonen/events{/privacy}",
"received_events_url": "https://api.github.com/users/tuukkamustonen/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Ouch...that's going to be rather difficult to fix, unfortunately, perhaps not possible. I'd suggest in the meantime trying something like:\r\n\r\n```python\r\n.order_by(Expression(cte.c.data, '->>', SQL(\"'x'\")))\r\n```",
"I'll try that, but I now realize that `select_from()` actually produces `SELECT FROM` rather than `SELECT * FROM`. If I explicitly specify columns, as in `select_from(cte.c.id, cte.c.data)` then peewee produces `SELECT \"foos\".\"id\", \"foos\".\"data\" FROM` as it should. Is it requirement for `select_from()` to always explicitly specify columns?\r\n\r\nDocs do state that:\r\n\r\n> One or more columns to select from the CTE\r\n\r\nWould making `.select_from()` to grab all (available) columns possible (so behavior would be similar to your standard `.select()`)?",
"Seems like subqueries are a bit special, too:\r\n\r\n```python\r\nsubq = Foo.select()\r\nquery = Foo.select().from_(subq)\r\nquery.sql() # SELECT \"t1\".\"id\", \"t1\".\"data\" FROM (SELECT \"t1\".\"id\" FROM \"node\" AS \"t1\") AS \"t2\";\r\n```\r\n\r\nSo without columns specified:\r\n\r\n- Subquery only selects pk (`\"t1\".\"id\"`), and\r\n- Without columns explicitly specified, outer query tries to grab subquery's fields (`\"t1\".\"id\", \"t1\".\"data\"`) instead of its' own (`\"t2\"`)\r\n\r\nIf I explicitly specify columns in both subquery and outer query, then it works.\r\n\r\nAlso, `order_by()` is similarly broken with subquery (like with CTE) in that it produces non-JSON field compatible SQL. I believe subqueries and CTEs share the same code...(?)",
"> Is it requirement for select_from() to always explicitly specify columns?\r\n\r\nAt present, yes, since CTEs may be declared with or without columns.\r\n\r\nSame problem and same limitations apply to referencing columns from a subselect in the outer-select, that is: peewee does not do introspection and so you need to use the \".c\" helper to reference them in both cases.",
"As to the first bullet-point, subqueries will only select the primary key, unless you explicitly declare the selection. This is because the most common use-case for subqueries is \"where(id IN ...)\".",
"Unfortunately, I think this is gonna have to be \"wontfix\" for the foreseeable future. When referencing columns on subqueries/ctes, peewee just doesn't have deep enough magic to resolve references to whatever field/expression they correspond to. Feel free to take a look into the code, especially the `ColumnFactory`/`_DynamicColumn` classes, which provide the implementation for the \".c\" helper.",
"Ok, it's a bit more work but not a blocker.\r\n\r\nHow about making the API fail/warn/hint when user tries to do something bad, though? E.g.:\r\n\r\n> - Without columns explicitly specified [using CTE], outer query tries to grab subquery's fields (`\"t1\".\"id\", \"t1\".\"data\"`) instead of its' own (`\"t2\"`)\r\n\r\n> [CTE] `select_from()` actually produces `SELECT FROM` rather than `SELECT * FROM` [have to explicitly specify all fields]\r\n\r\nAlso, maybe add \"Subqueries\" section to http://docs.peewee-orm.com/en/latest/peewee/querying.html and mention that by default (when you don't specify anything) they only select primary key?\r\n\r\nFinally, maybe http://docs.peewee-orm.com/en/latest/peewee/querying.html?highlight=subquery#common-table-expressions could mention that peewee doesn't _have deep enough magic to resolve references to whatever field/expression they correspond to_ so you have to be explicit?",
"Good suggestions, thank you."
] | 2018-08-02T06:24:45 | 2018-08-13T15:23:28 | 2018-08-11T15:03:10 | NONE | null | ```python
class Foo(Model):
data = BinaryJSONField()
# OK: Produces SELECT ... ORDER BY ("foo"."data"->>'x');
Foo.select().order_by(Foo.data['x'])
# NOK: Produces WITH foos AS (...) SELECT ... ORDER BY ("foos"."data" = 'x');
cte = Foo.select().cte('foos')
query = cte.select_from().order_by(cte.c.data['x'])
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1691/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1691/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1690 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1690/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1690/comments | https://api.github.com/repos/coleifer/peewee/issues/1690/events | https://github.com/coleifer/peewee/issues/1690 | 346,767,365 | MDU6SXNzdWUzNDY3NjczNjU= | 1,690 | Proxy() Has No "__exit__" Attribute | {
"login": "madelyneriksen",
"id": 36825510,
"node_id": "MDQ6VXNlcjM2ODI1NTEw",
"avatar_url": "https://avatars.githubusercontent.com/u/36825510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/madelyneriksen",
"html_url": "https://github.com/madelyneriksen",
"followers_url": "https://api.github.com/users/madelyneriksen/followers",
"following_url": "https://api.github.com/users/madelyneriksen/following{/other_user}",
"gists_url": "https://api.github.com/users/madelyneriksen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/madelyneriksen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/madelyneriksen/subscriptions",
"organizations_url": "https://api.github.com/users/madelyneriksen/orgs",
"repos_url": "https://api.github.com/users/madelyneriksen/repos",
"events_url": "https://api.github.com/users/madelyneriksen/events{/privacy}",
"received_events_url": "https://api.github.com/users/madelyneriksen/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Well, `Proxy` works by overriding `__getattr__()` and `__setattr__()`...I think the crux of the issue is that these overrides do not cover special methods such as `__enter__` and `__exit__`. This is described in the [Python documentation](https://docs.python.org/3/reference/datamodel.html#special-method-lookup).\r\n\r\nThe fix in this case is to add specific overrides for `__enter__` and `__exit__` on the `Proxy` class itself. An alternative, which should work, is to use `with database_proxy.connection_context():` (which has slightly different semantics, in that it does not also automatically wrap with a transaction).",
"Thank you for responding so quickly!\r\n\r\nI think that `with database_proxy.connection_context():` might work for my use case, and seems like a good solution. If not, using a custom context manager isn't bad either. Thanks!",
"Well, either way it's fixed in `master` and the fix will be included in the next release."
] | 2018-08-01T21:01:16 | 2018-08-01T22:03:37 | 2018-08-01T21:20:30 | NONE | null | ### Version, System, Python Info
* Peewee v. 3.6.4
* Python v. 3.5.2
* OS: Ubuntu 16.04 LTS
### Description of Issue
The docs mentions that we can use databases as a context manager for connections. I have also lately taken to using Proxy() to test an application's behavior on multiple databases. I ran into the following quirk:
```
import peewee as pw
database_proxy = pw.Proxy()
database = pw.SqliteDatabase("foo.db") # So far so good
database_proxy.initialize(database) # Initialization is working great
with database_proxy: # At this point in the code, an AttributeError is thrown over __exit__
do_things()
```
It seems that unlike a regular database object, a Proxy made database after initialization cannot be used as a context manager.
### Work Around
To get around this, I wrote a small context manager that manages the connection to the Proxy database. Then I put this context manager in a decorator I use to manage table creation, connection, and other boilerplate code for a function.
I am not sure if this is in line with the best practices, and if it is not I'd love to see the proper way of handling such a use case.
What is the recommended course of action here? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1690/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1690/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1689 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1689/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1689/comments | https://api.github.com/repos/coleifer/peewee/issues/1689/events | https://github.com/coleifer/peewee/pull/1689 | 346,754,165 | MDExOlB1bGxSZXF1ZXN0MjA1NTQyMTY2 | 1,689 | Support using FlaskDB with signals by customizing the base model class | {
"login": "iBelieve",
"id": 3230912,
"node_id": "MDQ6VXNlcjMyMzA5MTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3230912?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iBelieve",
"html_url": "https://github.com/iBelieve",
"followers_url": "https://api.github.com/users/iBelieve/followers",
"following_url": "https://api.github.com/users/iBelieve/following{/other_user}",
"gists_url": "https://api.github.com/users/iBelieve/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iBelieve/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iBelieve/subscriptions",
"organizations_url": "https://api.github.com/users/iBelieve/orgs",
"repos_url": "https://api.github.com/users/iBelieve/repos",
"events_url": "https://api.github.com/users/iBelieve/events{/privacy}",
"received_events_url": "https://api.github.com/users/iBelieve/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2018-08-01T20:22:40 | 2018-08-01T20:58:46 | 2018-08-01T20:58:46 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1689/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1689/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1689",
"html_url": "https://github.com/coleifer/peewee/pull/1689",
"diff_url": "https://github.com/coleifer/peewee/pull/1689.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1689.patch",
"merged_at": "2018-08-01T20:58:46"
} |
|
https://api.github.com/repos/coleifer/peewee/issues/1688 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1688/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1688/comments | https://api.github.com/repos/coleifer/peewee/issues/1688/events | https://github.com/coleifer/peewee/issues/1688 | 346,636,282 | MDU6SXNzdWUzNDY2MzYyODI= | 1,688 | Subquery expressions not parenthesized as function arguments | {
"login": "zmwangx",
"id": 4149852,
"node_id": "MDQ6VXNlcjQxNDk4NTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4149852?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zmwangx",
"html_url": "https://github.com/zmwangx",
"followers_url": "https://api.github.com/users/zmwangx/followers",
"following_url": "https://api.github.com/users/zmwangx/following{/other_user}",
"gists_url": "https://api.github.com/users/zmwangx/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zmwangx/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zmwangx/subscriptions",
"organizations_url": "https://api.github.com/users/zmwangx/orgs",
"repos_url": "https://api.github.com/users/zmwangx/repos",
"events_url": "https://api.github.com/users/zmwangx/events{/privacy}",
"received_events_url": "https://api.github.com/users/zmwangx/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Fixed, thanks for reporting."
] | 2018-08-01T14:54:17 | 2018-08-01T15:27:43 | 2018-08-01T15:27:13 | CONTRIBUTOR | null | peewee version: 3.6.4
It seems that peewee does not parenthesize subquery expressions when used in a function, resulting in syntax errors (at least with SQLite).
Consider this minimal example, where we run the same query with a subquery expression twice, except in the second case we try to coalesce the subquery expression (a sum that could be null) with 0:
```py
#!/usr/bin/env python3
import logging
import sys
import peewee
logger = logging.getLogger('peewee')
logger.addHandler(logging.StreamHandler())
logger.setLevel(logging.DEBUG)
db = peewee.SqliteDatabase('data.db')
class Record(peewee.Model):
amount = peewee.IntegerField()
class Meta:
database = db
db.drop_tables([Record])
db.create_tables([Record], safe=True)
for amount in range(1, 6):
Record.create(amount=amount)
RecordAlias = Record.alias()
q = (Record
.select(RecordAlias
.select(peewee.fn.SUM(RecordAlias.amount))
.where(RecordAlias.amount < Record.amount).alias('sum'))
.order_by(peewee.SQL('sum')))
for r in q:
print(r.sum)
# Collasce a scalar subquery
q = (Record
.select(peewee.fn.COALESCE(
RecordAlias
.select(peewee.fn.SUM(RecordAlias.amount))
.where(RecordAlias.amount < Record.amount),
0,
).alias('sum'))
.order_by(peewee.SQL('sum')))
try:
for r in q:
print(r.sum)
except peewee.PeeweeException as e:
sys.exit('Error: %s' % e)
```
When executed, here's the output:
```sql
('DROP TABLE IF EXISTS "record"', [])
('CREATE TABLE IF NOT EXISTS "record" ("id" INTEGER NOT NULL PRIMARY KEY, "amount" INTEGER NOT NULL)', [])
('INSERT INTO "record" ("amount") VALUES (?)', [1])
('INSERT INTO "record" ("amount") VALUES (?)', [2])
('INSERT INTO "record" ("amount") VALUES (?)', [3])
('INSERT INTO "record" ("amount") VALUES (?)', [4])
('INSERT INTO "record" ("amount") VALUES (?)', [5])
('SELECT (SELECT SUM("t1"."amount") FROM "record" AS "t1" WHERE ("t1"."amount" < "t2"."amount")) AS "sum" FROM "record" AS "t2" ORDER BY sum', [])
None
1
3
6
10
('SELECT COALESCE(SELECT SUM("t1"."amount") FROM "record" AS "t1" WHERE ("t1"."amount" < "t2"."amount"), ?) AS "sum" FROM "record" AS "t2" ORDER BY sum', [0])
Error: near "SELECT": syntax error
```
Here the correct query would be
```sql
SELECT COALESCE((SELECT SUM("t1"."amount") FROM "record" AS "t1" WHERE ("t1"."amount" < "t2"."amount")), 0) AS "sum" FROM "record" AS "t2" ORDER BY sum
```
The result of which would be
```
0
1
3
6
10
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1688/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1688/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1687 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1687/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1687/comments | https://api.github.com/repos/coleifer/peewee/issues/1687/events | https://github.com/coleifer/peewee/issues/1687 | 346,534,165 | MDU6SXNzdWUzNDY1MzQxNjU= | 1,687 | table_exists api does not seems to work | {
"login": "dyadav7",
"id": 8121360,
"node_id": "MDQ6VXNlcjgxMjEzNjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/8121360?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dyadav7",
"html_url": "https://github.com/dyadav7",
"followers_url": "https://api.github.com/users/dyadav7/followers",
"following_url": "https://api.github.com/users/dyadav7/following{/other_user}",
"gists_url": "https://api.github.com/users/dyadav7/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dyadav7/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dyadav7/subscriptions",
"organizations_url": "https://api.github.com/users/dyadav7/orgs",
"repos_url": "https://api.github.com/users/dyadav7/repos",
"events_url": "https://api.github.com/users/dyadav7/events{/privacy}",
"received_events_url": "https://api.github.com/users/dyadav7/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This is fixed in 3.5.0. See ababb51f"
] | 2018-08-01T10:07:32 | 2018-08-01T13:43:43 | 2018-08-01T13:43:43 | NONE | null | Hi
i am using Peewee version 3.1.5. table_exists() api is always returning False.
Regards
Deepak | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1687/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1687/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1686 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1686/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1686/comments | https://api.github.com/repos/coleifer/peewee/issues/1686/events | https://github.com/coleifer/peewee/issues/1686 | 346,068,898 | MDU6SXNzdWUzNDYwNjg4OTg= | 1,686 | How to sort by geo distance? | {
"login": "BadReese",
"id": 18170860,
"node_id": "MDQ6VXNlcjE4MTcwODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/18170860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BadReese",
"html_url": "https://github.com/BadReese",
"followers_url": "https://api.github.com/users/BadReese/followers",
"following_url": "https://api.github.com/users/BadReese/following{/other_user}",
"gists_url": "https://api.github.com/users/BadReese/gists{/gist_id}",
"starred_url": "https://api.github.com/users/BadReese/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/BadReese/subscriptions",
"organizations_url": "https://api.github.com/users/BadReese/orgs",
"repos_url": "https://api.github.com/users/BadReese/repos",
"events_url": "https://api.github.com/users/BadReese/events{/privacy}",
"received_events_url": "https://api.github.com/users/BadReese/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"provide a geo point, and sorted by distance",
"I'm assuming you're using something like PostGIS for Postgresql, or Spatialite for SQLite.\r\n\r\nYou just need to find the appropriate distance function and call it, e.g. [ST_distance](https://postgis.net/docs/ST_Distance.html):\r\n\r\n```python\r\nfn.ST_Distance(SomeModel.point_1, SomeModel.point_2)\r\n```"
] | 2018-07-31T07:33:48 | 2018-07-31T15:44:13 | 2018-07-31T15:44:13 | NONE | null | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1686/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1686/timeline | null | completed | null | null |
|
https://api.github.com/repos/coleifer/peewee/issues/1685 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1685/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1685/comments | https://api.github.com/repos/coleifer/peewee/issues/1685/events | https://github.com/coleifer/peewee/issues/1685 | 345,566,655 | MDU6SXNzdWUzNDU1NjY2NTU= | 1,685 | basic database sharding | {
"login": "iurly",
"id": 20878097,
"node_id": "MDQ6VXNlcjIwODc4MDk3",
"avatar_url": "https://avatars.githubusercontent.com/u/20878097?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iurly",
"html_url": "https://github.com/iurly",
"followers_url": "https://api.github.com/users/iurly/followers",
"following_url": "https://api.github.com/users/iurly/following{/other_user}",
"gists_url": "https://api.github.com/users/iurly/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iurly/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iurly/subscriptions",
"organizations_url": "https://api.github.com/users/iurly/orgs",
"repos_url": "https://api.github.com/users/iurly/repos",
"events_url": "https://api.github.com/users/iurly/events{/privacy}",
"received_events_url": "https://api.github.com/users/iurly/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"> I don't have the faintest idea of how query objects work under the hood, so I don't know if there's a way of extending some class to override this kind of behavior.\r\n\r\nI'd suggest you take a deep dive into the code if you're considering implementing this kind of logic with peewee.\r\n\r\nSQLite has a neat feature called \"ATTACH\" where you can attach different database files and access them, much like you might use separate schemas in Postgresql. Peewee supports this, though you'll need to do some work to reuse the same models across multiple schemas.\r\n\r\nQuery objects are just thin wrappers over cursor objects."
] | 2018-07-29T22:06:27 | 2018-07-30T14:29:18 | 2018-07-30T14:29:18 | CONTRIBUTOR | null | Hi,
I'm building some data logging application for which I'd like to use SQLite.
Data comes from a limited number of data sources, which could be considered as separate subdomains, so it would make sense to have a single database for each data source (each with the same schema).
Given the nature of the data, it would also make sense to have e.g. one database per day, so that log rotation could be easily performed by just deleting the oldest file.
On the other hand, I would like to be able to access all the data from all these databases with a single query for instance.
Would there be a way of doing this with peewee? It doesn't really have to be super-optimized.
So for instance, a select() could simply loop over all databases return the union of all results.
An insert() would find the corresponding database or create one if it doesn't exist.
I don't have the faintest idea of how query objects work under the hood, so I don't know if there's a way of extending some class to override this kind of behavior.
Any suggestion?
Thank you! | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1685/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1685/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1684 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1684/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1684/comments | https://api.github.com/repos/coleifer/peewee/issues/1684/events | https://github.com/coleifer/peewee/issues/1684 | 345,126,806 | MDU6SXNzdWUzNDUxMjY4MDY= | 1,684 | Subquery with joins on complex queries | {
"login": "fbenderick",
"id": 24902987,
"node_id": "MDQ6VXNlcjI0OTAyOTg3",
"avatar_url": "https://avatars.githubusercontent.com/u/24902987?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fbenderick",
"html_url": "https://github.com/fbenderick",
"followers_url": "https://api.github.com/users/fbenderick/followers",
"following_url": "https://api.github.com/users/fbenderick/following{/other_user}",
"gists_url": "https://api.github.com/users/fbenderick/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fbenderick/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fbenderick/subscriptions",
"organizations_url": "https://api.github.com/users/fbenderick/orgs",
"repos_url": "https://api.github.com/users/fbenderick/repos",
"events_url": "https://api.github.com/users/fbenderick/events{/privacy}",
"received_events_url": "https://api.github.com/users/fbenderick/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Is there a reason you're using a subquery? It seems to me that this is totally unnecessary. You can just write this, which is equivalent to what you have:\r\n\r\n```python\r\nquery = (Issue\r\n .select(Issue, Magazine, Post, User, Stage)\r\n .join_from(Issue, Magazine)\r\n .join_from(Issue, Post, JOIN.LEFT_OUTER)\r\n .join_from(Post, User)\r\n .join_from(Post, Stage)\r\n .where(Issue.id == where['id']))\r\n .order_by(Stage.sort)\r\n```\r\n\r\nAlso note that I'm not calling \".get()\" with the above, because it will return multiple rows (one for each post associated w/the issue).\r\n\r\nRegarding your example, I think the immediate problem may be that you are selecting all the columns of the `Post` model, but that is actually a separate reference from the columns that will be projected from your subquery. Additionally you are referencing \"Post.issue_id\" but your alias is \"Posts\":\r\n\r\n```python\r\n posts = (Posts\r\n .select(Post.issue_id, User, Stage)\r\n # Should be:\r\n posts = (Posts\r\n .select(Posts.issue_id, User, Stage)\r\n```\r\n\r\nThe other issue is you have a call to `.get()`. This will only retrieve a single row of data, so you will not get a list of posts but only a single one.\r\n\r\nThe thing to remember is if you're trying to fetch multiple posts for a single issue, you need to either do it in 2 queries, or accept that the issue/magazine data will be duplicated for each post. Executing the queries in the db shell may make this more clear / easier to see.\r\n\r\nFor example, this is the proper way to reference a subquery's columns in the outer query:\r\n\r\n```python\r\n\r\n# Because you are putting this in a subquery, you need to give all the columns\r\n# you are selecting unique names (to differentiate user \"id\" from stage \"id\").\r\nposts = (Post\r\n .select(Post.issue_id, User.id.alias('user_id'), Stage.id.alias('stage_id'))\r\n .join(User)\r\n .join_from(Post, Stage)\r\n .alias('posts'))\r\n\r\n# This query will contain all columns from issue and magazine, plus some of the columns\r\n# that are selected as part of the sub-query. Although you're only requesting a single Issue,\r\n# there will be as many rows as there are posts, which means you need to deduplicate the data.\r\nquery = (Issue\r\n .select(Issue, Magazine, posts.c.issue_id, posts.c.user_id, posts.c.stage_id)\r\n .join(Magazine)\r\n .join_from(Issue, posts, on=(Issue.id == posts.c.issue_id))\r\n .where(Issue.id == where['id']))\r\n```\r\n\r\nAs a last alternative, I think what you really want is \"prefetch()\". Check out [the docs on the n+1 problem](http://docs.peewee-orm.com/en/latest/peewee/relationships.html#avoiding-the-n-1-problem)."
] | 2018-07-27T07:53:08 | 2018-07-27T11:59:03 | 2018-07-27T11:59:02 | NONE | null | Hello, I'm trying to figure out, how to use subquery with joins. Here's data shape I'm trying to get:
```python
# Issue object
{
"id": 1,
"magazine": { "id": 1, ... },
"posts": [ # <= should be sorted by post.stage.sort
{
"id": 1,
"user": { "id": 1, ... },
"stage": { "id": 1, "sort" 10, ... }
},
...
]
}
```
Here's how I'm trying to do this [according to docs](http://docs.peewee-orm.com/en/latest/peewee/relationships.html#subqueries):
```python
Posts = Post.alias('posts')
posts = (Posts
.select(Post.issue_id, User, Stage)
.join(User)
.join_from(Posts, Stage)
.order_by(+Stage.sort)
.alias('posts'))
issue = (Issue
.select(Issue, Magazine, Post)
.join(Magazine)
.join_from(Issue, posts, on=(Issue.id == posts.c.issue_id))
.where(Issue.id == where['id'])
.get())
```
And I'm getting invalid SQL:
```
peewee.ProgrammingError: missing FROM-clause entry for table "t3"
LINE 1: ...t1"."magazine_id" = "t2"."id") INNER JOIN (SELECT "t3"."issu...
```
**Another example:** I need to select all issues which have related posts with Post.Stage.slug not in ['completed']
```python
Incomplete = Post.alias()
incomplete = (Incomplete
.select(Incomplete, Stage)
.join(Stage)
.where(Stage.slug.not_in(['completed']))
.alias('incomplete'))
opened_issues = (Issue
.select(Issue, Post)
.join(incomplete, on=(Issue.id == incomplete.c.issue_id)))
```
And I'm also getting
```
peewee.ProgrammingError: missing FROM-clause entry for table "t2"
LINE 1: ...."title", "t1"."description", "t1"."magazine_id", "t2"."id",...
```
How should I perform the query to make peewee specify join table properly? It seems I'm missing something obvious but can't figure it out.
```
# pip freeze | grep pee
peewee==3.6.4
```
Thank you. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1684/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1684/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1683 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1683/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1683/comments | https://api.github.com/repos/coleifer/peewee/issues/1683/events | https://github.com/coleifer/peewee/issues/1683 | 343,657,795 | MDU6SXNzdWUzNDM2NTc3OTU= | 1,683 | Updated postgres_ext's HStoreFields are not "dirty" | {
"login": "droserasprout",
"id": 10263434,
"node_id": "MDQ6VXNlcjEwMjYzNDM0",
"avatar_url": "https://avatars.githubusercontent.com/u/10263434?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/droserasprout",
"html_url": "https://github.com/droserasprout",
"followers_url": "https://api.github.com/users/droserasprout/followers",
"following_url": "https://api.github.com/users/droserasprout/following{/other_user}",
"gists_url": "https://api.github.com/users/droserasprout/gists{/gist_id}",
"starred_url": "https://api.github.com/users/droserasprout/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/droserasprout/subscriptions",
"organizations_url": "https://api.github.com/users/droserasprout/orgs",
"repos_url": "https://api.github.com/users/droserasprout/repos",
"events_url": "https://api.github.com/users/droserasprout/events{/privacy}",
"received_events_url": "https://api.github.com/users/droserasprout/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Yea, the way peewee detects \"dirty\" fields is based on observing `__set__` on a descriptor, so it's not perfect in the sense that it actually keeps track of initial state and does a comparison at `save()`-time. You are free to subclass and extend the `Model` behavior to track state more thoroughly, but at present I consider this to be a known limitation."
] | 2018-07-23T14:30:05 | 2018-07-23T15:14:33 | 2018-07-23T15:13:44 | NONE | null | Reproduced with peewee-3.6.4:
```
from datetime import datetime
import sys, os
import db_models as beo
from playhouse.shortcuts import model_to_dict, update_model_from_dict
from playhouse.postgres_ext import *
import config
from datetime import datetime
from playhouse.postgres_ext import *
import psycopg2
from playhouse.shortcuts import model_to_dict, update_model_from_dict
database = PostgresqlExtDatabase(database=config.POSTGRES_DATABASE,
user=config.POSTGRES_USER,
password=config.POSTGRES_PASSWORD,
host=config.POSTGRES_HOST,
port=config.POSTGRES_PORT,
cursor_factory=psycopg2.extras.DictCursor, register_hstore=True)
class ModelBase(Model):
class Meta:
database = database
only_save_dirty = True
class Waybill(ModelBase):
id = IntegerField(primary_key=True)
waybill_number = CharField(null=True)
hwb_extras = HStoreField(null=True)
a = beo.Waybill.select().where(beo.Waybill.id == 1).first()
a.hwb_extras
{'Test': 'Dirty!'}
a.hwb_extras['Updated'] = 'I\'m so dirty!'
a.hwb_extras
{'Test': 'Dirty!', 'Updated': "I'm so dirty!"}
a.save()
False
a.waybill_number = '12345678'
a.save()
1
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1683/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1683/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1682 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1682/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1682/comments | https://api.github.com/repos/coleifer/peewee/issues/1682/events | https://github.com/coleifer/peewee/pull/1682 | 343,425,236 | MDExOlB1bGxSZXF1ZXN0MjAzMDY4NDc2 | 1,682 | Update to Maintain Compatibility | {
"login": "jseagrave21",
"id": 40873301,
"node_id": "MDQ6VXNlcjQwODczMzAx",
"avatar_url": "https://avatars.githubusercontent.com/u/40873301?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jseagrave21",
"html_url": "https://github.com/jseagrave21",
"followers_url": "https://api.github.com/users/jseagrave21/followers",
"following_url": "https://api.github.com/users/jseagrave21/following{/other_user}",
"gists_url": "https://api.github.com/users/jseagrave21/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jseagrave21/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jseagrave21/subscriptions",
"organizations_url": "https://api.github.com/users/jseagrave21/orgs",
"repos_url": "https://api.github.com/users/jseagrave21/repos",
"events_url": "https://api.github.com/users/jseagrave21/events{/privacy}",
"received_events_url": "https://api.github.com/users/jseagrave21/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"If you're storing a byte array -- i.e., *not* UTF8-encoded text -- you should be using a `BlobField`.",
"@coleifer Thank you for your help! I've almost got it working with 'Blobfield'. "
] | 2018-07-22T17:50:24 | 2018-08-10T17:33:20 | 2018-07-23T15:18:38 | NONE | null | This change allows compatibility between projects formerly using peewee2.6.2.
When trying to use the latest version of peewee we get the following errors relating to `_StringField`: "Could not get key 'utf-8' codec can't decode byte 0xb4 in position 3" or similar.
Making this change allows easy compatibility.
See issue #262 in neo-python project here: https://github.com/CityOfZion/neo-python/issues/262 | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1682/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1682/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1682",
"html_url": "https://github.com/coleifer/peewee/pull/1682",
"diff_url": "https://github.com/coleifer/peewee/pull/1682.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1682.patch",
"merged_at": null
} |
https://api.github.com/repos/coleifer/peewee/issues/1681 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1681/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1681/comments | https://api.github.com/repos/coleifer/peewee/issues/1681/events | https://github.com/coleifer/peewee/issues/1681 | 343,392,947 | MDU6SXNzdWUzNDMzOTI5NDc= | 1,681 | One sequence for all primary keys in all tables of database | {
"login": "ak4nv",
"id": 73960,
"node_id": "MDQ6VXNlcjczOTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/73960?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ak4nv",
"html_url": "https://github.com/ak4nv",
"followers_url": "https://api.github.com/users/ak4nv/followers",
"following_url": "https://api.github.com/users/ak4nv/following{/other_user}",
"gists_url": "https://api.github.com/users/ak4nv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ak4nv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ak4nv/subscriptions",
"organizations_url": "https://api.github.com/users/ak4nv/orgs",
"repos_url": "https://api.github.com/users/ak4nv/repos",
"events_url": "https://api.github.com/users/ak4nv/events{/privacy}",
"received_events_url": "https://api.github.com/users/ak4nv/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Your best bet is to simply add the following before you create the tables:\r\n\r\n```python\r\n\r\ndef setup_schema():\r\n with db:\r\n db.execute_sql('create sequence if not exists \"sequence_name\" start with 10000')\r\n db.create_tables([Foo, Bar, Baz, etc])\r\n```",
"You can always do something like this, too:\r\n\r\n```python\r\nclass MyAutoField(AutoField):\r\n def __init__(self, *a, **k):\r\n super(MyAutoField, self).__init__(sequence='the_sequence', *a, **k)\r\n```\r\n\r\nAnd use `id = MyAutoField()` in your models.",
"As I understand this code raises an exception for postgresql if you create a table. Too many default values for field or something like this. Should be `IntegerField` instead of `AutoField` and add `primary_key=True` for arguments.\r\nIf you suggest another way would be great!",
"Ah, thanks for the clarification. Yes, using `IntegerField(sequence='...', primary_key=True)` should do the trick."
] | 2018-07-22T09:53:38 | 2018-07-24T13:28:20 | 2018-07-22T14:21:36 | NONE | null | Hi!
This is very specific requirement: create a one sequence for all primary keys in all tables of database with start from 10000. It's simple for cli but is it possible to do in schema creation process?
Thanks! | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1681/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1681/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1680 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1680/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1680/comments | https://api.github.com/repos/coleifer/peewee/issues/1680/events | https://github.com/coleifer/peewee/issues/1680 | 343,390,960 | MDU6SXNzdWUzNDMzOTA5NjA= | 1,680 | Create index with operator classes | {
"login": "ak4nv",
"id": 73960,
"node_id": "MDQ6VXNlcjczOTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/73960?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ak4nv",
"html_url": "https://github.com/ak4nv",
"followers_url": "https://api.github.com/users/ak4nv/followers",
"following_url": "https://api.github.com/users/ak4nv/following{/other_user}",
"gists_url": "https://api.github.com/users/ak4nv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ak4nv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ak4nv/subscriptions",
"organizations_url": "https://api.github.com/users/ak4nv/orgs",
"repos_url": "https://api.github.com/users/ak4nv/repos",
"events_url": "https://api.github.com/users/ak4nv/events{/privacy}",
"received_events_url": "https://api.github.com/users/ak4nv/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"For now the easiest way may be:\r\n\r\n```python\r\nclass Taxonomy(Model):\r\n name = CharField()\r\n # ...\r\n\r\n class Meta:\r\n indexes = [\r\n SQL('create index on taxonomies_names (lower(name) varchar_pattern_ops...'),\r\n ]\r\n```\r\n\r\nAlternatively, you can:\r\n\r\n```python\r\n\r\nfrom peewee import NodeList\r\n\r\nname = NodeList((fn.LOWER(Taxonomy.name), SQL('varchar_pattern_ops')))\r\nindex = (Taxonomy\r\n .index(name, Taxonomy.name_class)\r\n .where(Taxonomy.name_class == 'scientific name'))\r\nTaxonomy.add_index(index)\r\n```\r\n\r\nThe above will result in:\r\n\r\n```python\r\nCREATE INDEX \"taxonomy_name_class\" ON \"taxonomy\" (\r\n LOWER(\"name\") varchar_pattern_ops, \"name_class\"\r\n) WHERE (\"name_class\" = 'scientific name');\r\n```\r\n\r\nDocs:\r\n\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#Model.index\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#Model.add_index\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#ModelIndex"
] | 2018-07-22T09:17:33 | 2018-07-22T14:19:07 | 2018-07-22T14:19:07 | NONE | null | Hi there!
Is it possible to create an index like this:
```sql
create index on taxonomies_names (lower(name) varchar_pattern_ops, name_class)
where name_class = 'scientific name';
```
Thanks! | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1680/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1680/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1679 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1679/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1679/comments | https://api.github.com/repos/coleifer/peewee/issues/1679/events | https://github.com/coleifer/peewee/issues/1679 | 342,991,054 | MDU6SXNzdWUzNDI5OTEwNTQ= | 1,679 | Query do not support "%s as something" | {
"login": "m358807551",
"id": 14256423,
"node_id": "MDQ6VXNlcjE0MjU2NDIz",
"avatar_url": "https://avatars.githubusercontent.com/u/14256423?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/m358807551",
"html_url": "https://github.com/m358807551",
"followers_url": "https://api.github.com/users/m358807551/followers",
"following_url": "https://api.github.com/users/m358807551/following{/other_user}",
"gists_url": "https://api.github.com/users/m358807551/gists{/gist_id}",
"starred_url": "https://api.github.com/users/m358807551/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/m358807551/subscriptions",
"organizations_url": "https://api.github.com/users/m358807551/orgs",
"repos_url": "https://api.github.com/users/m358807551/repos",
"events_url": "https://api.github.com/users/m358807551/events{/privacy}",
"received_events_url": "https://api.github.com/users/m358807551/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Is there a reason you are using \".raw()\"? You could very easily write your second example as:\r\n\r\n```python\r\nPerson.select(Person.name, Value('aaa').alias('field1')).where(Person.id == 1)\r\n```\r\n\r\nI'm not sure why `%s as field1` wouldn't work. What error are you receiving? What database are you using?",
"Aha, I see the problem. The documentation also reveals the issue: http://docs.peewee-orm.com/en/latest/peewee/api.html#Model.raw\r\n\r\n`Model.raw()` accepts the query parameters as `*args`, not as a tuple of arguments. So you can fix the problem:\r\n\r\n```python\r\nPersonModel.raw(\"select name, %s as field1 from person where id=%s\", \"aaa\", 1)\r\n```",
"Thank you!!\r\nI lose my mind!!〣( ºΔº )〣 "
] | 2018-07-20T06:42:36 | 2018-07-23T02:06:56 | 2018-07-20T15:17:28 | NONE | null | worked:
`PersonModel.raw("select name from person where id=%s", (1,))`
not worked:
`PersonModel.raw("select name, %s as field1 from person where id=%s", ("aaa",1))` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1679/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1679/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1678 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1678/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1678/comments | https://api.github.com/repos/coleifer/peewee/issues/1678/events | https://github.com/coleifer/peewee/issues/1678 | 342,614,575 | MDU6SXNzdWUzNDI2MTQ1NzU= | 1,678 | How can I explicitly call close on all stale connections in the pool (including the ones in _in_use) | {
"login": "confessin",
"id": 238588,
"node_id": "MDQ6VXNlcjIzODU4OA==",
"avatar_url": "https://avatars.githubusercontent.com/u/238588?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/confessin",
"html_url": "https://github.com/confessin",
"followers_url": "https://api.github.com/users/confessin/followers",
"following_url": "https://api.github.com/users/confessin/following{/other_user}",
"gists_url": "https://api.github.com/users/confessin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/confessin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/confessin/subscriptions",
"organizations_url": "https://api.github.com/users/confessin/orgs",
"repos_url": "https://api.github.com/users/confessin/repos",
"events_url": "https://api.github.com/users/confessin/events{/privacy}",
"received_events_url": "https://api.github.com/users/confessin/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"> Although we have written a decorator to explicitly call close on db connections after each call. There are instances when it remains open.\r\n\r\nThis sounds like you have a bug in your code or there is some problem in your environment. I'd strongly suggest you look into where and how you're leaking database connections. As a result, any of the mitigation strategies proposed are going to be hacks.",
"Given the leaky connections, perhaps you should not use the pool?",
"Making connections evertime is really heavy in google cloud, because of all the auth in place i guess. So no pooling is not an option. We are actively checking for the bugs, it works for most part but overtime we face this issue.\r\n\r\nBut is there anyway I can push the connections from _in_use to the usable pool?",
"The entire code for the connection pooling implementation is ~150 lines of code, so I'm sure if you take the time to read and understand it you will be able to subclass/extend it to more aggressively handle your unclosed connections.",
"I've added the requested feature:\r\n\r\n* 22e8557e279f5174053ed711f342da8e03fae0c4\r\n* c985636ca13bf8b712d37bf991ece8fdb9a022a8"
] | 2018-07-19T07:43:39 | 2018-08-17T20:24:18 | 2018-07-24T20:58:49 | NONE | null | We are using Pooled Mysql connections on appengine with peewee and flask.
Although we have written a decorator to explicitly call close on db connections after each call. There are instances when it remains open. As a result we are hitting the max connection exceeded error.
Here is the decorator
def catchdb(dbobj):
"""TODO: Docstring for catchdb.
:dbobj: TODO
:returns: TODO
"""
def decorator(func):
@wraps(func)
def foo(*args, **kwargs):
result = None
try:
result = func(*args, **kwargs)
finally:
print "Closing current connection"
dbobj.close()
print "Number of in use connections: ", len(dbobj._in_use)
for conn, t in dbobj._in_use.items():
if (time.time() - t) > (10 * 60): # 10 mins seconds before we close the stale connections.
print "Closing stale connection ", conn
del dbobj._in_use[conn]
return result
return foo
return decorator
The solution we wanted to try is to explicitly close all the inactive connections (in_use for too much time) The problem is dbobj._in_use contains the id of the reference and not the actual reference.
It would be great if anyone can guide us in any right direction to solve this issue, for now we have removed max connection limit. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1678/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1678/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1677 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1677/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1677/comments | https://api.github.com/repos/coleifer/peewee/issues/1677/events | https://github.com/coleifer/peewee/issues/1677 | 342,408,236 | MDU6SXNzdWUzNDI0MDgyMzY= | 1,677 | CentOS 7 install issues | {
"login": "dmlb2000",
"id": 1504962,
"node_id": "MDQ6VXNlcjE1MDQ5NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1504962?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dmlb2000",
"html_url": "https://github.com/dmlb2000",
"followers_url": "https://api.github.com/users/dmlb2000/followers",
"following_url": "https://api.github.com/users/dmlb2000/following{/other_user}",
"gists_url": "https://api.github.com/users/dmlb2000/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dmlb2000/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dmlb2000/subscriptions",
"organizations_url": "https://api.github.com/users/dmlb2000/orgs",
"repos_url": "https://api.github.com/users/dmlb2000/repos",
"events_url": "https://api.github.com/users/dmlb2000/events{/privacy}",
"received_events_url": "https://api.github.com/users/dmlb2000/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The `estimatedRows` struct field was added in SQLite 3.8.2. Apparently CentOS 7 ships with some old-as-fuck SQLite and that's causing the problem.",
"I know lots of folks like to ship an embedded sqlite with the software? maybe that's an option?",
"Unfortunately, Peewee's SQLite C extension utilizes the `estimatedRows` struct field to try and provide hints to the query planner in the virtual table `TableFunction` implementation, so it cannot simply be omitted from the struct definition.\r\n\r\nI think your options are:\r\n\r\n* Use a newer SQLite3\r\n* Do not compile the SQLite C extensions (`export NO_SQLITE=1` should do the trick).",
"> I know lots of folks like to ship an embedded sqlite with the software\r\n\r\nThat's not an attractive option for a project like this. You are welcome to create a separate package which includes a SQLite3 along with Peewee, of course."
] | 2018-07-18T16:44:10 | 2018-07-18T16:51:45 | 2018-07-18T16:51:45 | NONE | null | I'm trying to install peewee using pip on CentOS and version 3.6.1 is having issues on that platform.
Steps to reproduce:
```
docker run -it --rm centos:7 /bin/bash -l
yum -y install centos-release-scl
yum -y install rh-python36 rh-python36-python-devel rh-python36-python-pip sqlite-devel gcc glibc-devel sqlite tar gzip bzip2 zip
. /opt/rh/rh-python36/enable
pip install peewee
```
The docker bit is just to get a basic CentOS 7 environment with appropriate software installed.
Versions to consider
```
[root@08434b5d4c55 /]# python --version
Python 3.6.3
[root@08434b5d4c55 /]# pip --version
pip 9.0.1 from /opt/rh/rh-python36/root/usr/lib/python3.6/site-packages (python 3.6)
[root@08434b5d4c55 /]# rpm -q sqlite-devel
sqlite-devel-3.7.17-8.el7.x86_64
```
The bad install output
```
[root@08434b5d4c55 /]# pip install peewee
Collecting peewee
Downloading https://files.pythonhosted.org/packages/49/a5/29e54aa8f42a5dfa715a4f26521c12dee1de26ef672d26164649b0b88a29/peewee-3.6.3.tar.gz (2.1MB)
100% |################################| 2.1MB 926kB/s
Installing collected packages: peewee
Running setup.py install for peewee ... error
Complete output from command /opt/rh/rh-python36/root/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-owa4pi0i/peewee/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-t6p4axgv-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying peewee.py -> build/lib.linux-x86_64-3.6
copying pwiz.py -> build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/playhouse
copying playhouse/__init__.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/dataset.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/db_url.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/migrate.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/hybrid.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/flask_utils.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/sqliteq.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/sqlite_ext.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/test_utils.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/kv.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/sqlite_udf.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/postgres_ext.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/reflection.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/apsw_ext.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/fields.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/sqlcipher_ext.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/signals.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/shortcuts.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/pool.py -> build/lib.linux-x86_64-3.6/playhouse
copying playhouse/mysql_ext.py -> build/lib.linux-x86_64-3.6/playhouse
running build_ext
building 'playhouse._speedups' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/playhouse
gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -I/opt/rh/rh-python36/root/usr/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/rh/rh-python36/root/usr/include/python3.6m -c playhouse/_speedups.c -o build/temp.linux-x86_64-3.6/playhouse/_speedups.o
gcc -pthread -shared -L/opt/rh/rh-python36/root/usr/lib64-Wl,-z,relro -Wl,-rpath,/opt/rh/rh-python36/root/usr/lib64 -Wl,--enable-new-dtags build/temp.linux-x86_64-3.6/playhouse/_speedups.o -L/opt/rh/rh-python36/root/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/playhouse/_speedups.cpython-36m-x86_64-linux-gnu.so
building 'playhouse._sqlite_udf' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -I/opt/rh/rh-python36/root/usr/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/rh/rh-python36/root/usr/include/python3.6m -c playhouse/_sqlite_udf.c -o build/temp.linux-x86_64-3.6/playhouse/_sqlite_udf.o
gcc -pthread -shared -L/opt/rh/rh-python36/root/usr/lib64-Wl,-z,relro -Wl,-rpath,/opt/rh/rh-python36/root/usr/lib64 -Wl,--enable-new-dtags build/temp.linux-x86_64-3.6/playhouse/_sqlite_udf.o -L/opt/rh/rh-python36/root/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/playhouse/_sqlite_udf.cpython-36m-x86_64-linux-gnu.so
building 'playhouse._sqlite_ext' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -I/opt/rh/rh-python36/root/usr/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/rh/rh-python36/root/usr/include/python3.6m -c playhouse/_sqlite_ext.c -o build/temp.linux-x86_64-3.6/playhouse/_sqlite_ext.o
playhouse/_sqlite_ext.c: In function '__pyx_f_9playhouse_11_sqlite_ext_pwBestIndex':
playhouse/_sqlite_ext.c:5015:25: warning: assignment from incompatible pointer type [enabled by default]
__pyx_v_pConstraint = (&(__pyx_v_pIdxInfo->aConstraint[__pyx_v_i]));
^
playhouse/_sqlite_ext.c:5178:23: error: 'sqlite3_index_info' has no member named 'estimatedRows'
__pyx_v_pIdxInfo->estimatedRows = 10;
^
playhouse/_sqlite_ext.c:5207:23: error: 'sqlite3_index_info' has no member named 'estimatedRows'
__pyx_v_pIdxInfo->estimatedRows = __Pyx_pow_long(10, ((long)(__pyx_v_nParams - __pyx_v_nArg)));
^
playhouse/_sqlite_ext.c:5318:21: error: 'sqlite3_index_info' has no member named 'estimatedRows'
__pyx_v_pIdxInfo->estimatedRows = 0x186A0;
^
playhouse/_sqlite_ext.c: In function '__pyx_f_9playhouse_11_sqlite_ext_18_TableFunctionImpl_create_module':
playhouse/_sqlite_ext.c:5519:33: warning: assignment from incompatible pointer type [enabled by default]
__pyx_v_self->module.xConnect = __pyx_f_9playhouse_11_sqlite_ext_pwConnect;
^
playhouse/_sqlite_ext.c: In function '__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_8set_update_hook':
playhouse/_sqlite_ext.c:16566:5: warning: passing argument 2 of 'sqlite3_update_hook' from incompatible pointer type [enabled by default]
sqlite3_update_hook(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__update_callback, ((void *)__pyx_v_fn));
^
In file included from playhouse/_sqlite_ext.c:531:0:
/usr/include/sqlite3.h:4826:18: note: expected 'void (*)(void *, int, const char *, const char *, sqlite3_int64)' but argument is of type 'void (*)(void *, int, char *, char *, sqlite3_int64)'
SQLITE_API void *sqlite3_update_hook(
^
playhouse/_sqlite_ext.c: In function '__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_10set_busy_handler':
playhouse/_sqlite_ext.c:16678:108: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
sqlite3_busy_handler(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler, ((void *)__pyx_v_n));
^
playhouse/_sqlite_ext.c: In function '__pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler':
playhouse/_sqlite_ext.c:18608:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
__pyx_v_busyTimeout = ((int)__pyx_v_ptr);
^
playhouse/_sqlite_ext.c: At top level:
playhouse/_sqlite_ext.c:6501:18: warning: '__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime' defined but not used [-Wunused-function]
static PyObject *__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime(PyObject *__pyx_v_lookup, PyObject *__pyx_v_date_str) {
^
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/opt/rh/rh-python36/root/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-owa4pi0i/peewee/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-t6p4axgv-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-owa4pi0i/peewee/
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
```
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1677/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1677/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1676 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1676/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1676/comments | https://api.github.com/repos/coleifer/peewee/issues/1676/events | https://github.com/coleifer/peewee/issues/1676 | 342,250,891 | MDU6SXNzdWUzNDIyNTA4OTE= | 1,676 | Failing to install Peewee with Pip | {
"login": "lmm-git",
"id": 2118953,
"node_id": "MDQ6VXNlcjIxMTg5NTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/2118953?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lmm-git",
"html_url": "https://github.com/lmm-git",
"followers_url": "https://api.github.com/users/lmm-git/followers",
"following_url": "https://api.github.com/users/lmm-git/following{/other_user}",
"gists_url": "https://api.github.com/users/lmm-git/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lmm-git/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lmm-git/subscriptions",
"organizations_url": "https://api.github.com/users/lmm-git/orgs",
"repos_url": "https://api.github.com/users/lmm-git/repos",
"events_url": "https://api.github.com/users/lmm-git/events{/privacy}",
"received_events_url": "https://api.github.com/users/lmm-git/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The same issue here, but on different system. I think it's due to the https://github.com/coleifer/peewee/blob/master/setup.py#L12, which's now always `True`, and native extensions are always built. @coleifer can it be made tweakable?",
"The same isssue i guees w/ CentOS 7.5 and python 2.7\r\n\r\n```\r\nCollecting peewee\r\n Using cached https://files.pythonhosted.org/packages/2c/08/b059dd7cc0fa6ae45af86f36660fb0838463390d5626d37b8595e54efd9e/peewee-3.6.1.tar.gz\r\nInstalling collected packages: peewee\r\n Running setup.py install for peewee: started\r\n Running setup.py install for peewee: finished with status 'error'\r\n Complete output from command /usr/bin/python2 -u -c \"import setuptools, tokenize;__file__='/tmp/pip-install-ZJ06Kr/peewee/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))\" install --record /tmp/pip-record-YKZ06B/install-record.txt --single-version-externally-managed --compile:\r\n running install\r\n running build\r\n running build_py\r\n creating build\r\n creating build/lib.linux-x86_64-2.7\r\n copying peewee.py -> build/lib.linux-x86_64-2.7\r\n copying pwiz.py -> build/lib.linux-x86_64-2.7\r\n creating build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/signals.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/dataset.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/sqliteq.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/apsw_ext.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/reflection.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/flask_utils.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/mysql_ext.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/pool.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/sqlite_udf.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/shortcuts.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/kv.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/migrate.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/db_url.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/__init__.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/sqlite_ext.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/fields.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/test_utils.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/sqlcipher_ext.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/hybrid.py -> build/lib.linux-x86_64-2.7/playhouse\r\n copying playhouse/postgres_ext.py -> build/lib.linux-x86_64-2.7/playhouse\r\n running build_ext\r\n building 'playhouse._speedups' extension\r\n creating build/temp.linux-x86_64-2.7\r\n creating build/temp.linux-x86_64-2.7/playhouse\r\n gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c playhouse/_speedups.c -o build/temp.linux-x86_64-2.7/playhouse/_speedups.o\r\n gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/playhouse/_speedups.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/playhouse/_speedups.so\r\n building 'playhouse._sqlite_udf' extension\r\n gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c playhouse/_sqlite_udf.c -o build/temp.linux-x86_64-2.7/playhouse/_sqlite_udf.o\r\n gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/playhouse/_sqlite_udf.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/playhouse/_sqlite_udf.so\r\n building 'playhouse._sqlite_ext' extension\r\n gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Iplayhouse -I/usr/include/python2.7 -c playhouse/_sqlite_ext.c -o build/temp.linux-x86_64-2.7/playhouse/_sqlite_ext.o\r\n playhouse/_sqlite_ext.c: В функции «__pyx_f_9playhouse_11_sqlite_ext_pwBestIndex»:\r\n playhouse/_sqlite_ext.c:5104:25: предупреждение: несовместимый тип указателя в присваивании [по умолчанию включена]\r\n __pyx_v_pConstraint = (&(__pyx_v_pIdxInfo->aConstraint[__pyx_v_i]));\r\n ^\r\n playhouse/_sqlite_ext.c:5267:23: ошибка: «sqlite3_index_info» не содержит элемента с именем «estimatedRows»\r\n __pyx_v_pIdxInfo->estimatedRows = 10;\r\n ^\r\n playhouse/_sqlite_ext.c:5296:23: ошибка: «sqlite3_index_info» не содержит элемента с именем «estimatedRows»\r\n __pyx_v_pIdxInfo->estimatedRows = __Pyx_pow_long(10, ((long)(__pyx_v_nParams - __pyx_v_nArg)));\r\n ^\r\n playhouse/_sqlite_ext.c:5407:21: ошибка: «sqlite3_index_info» не содержит элемента с именем «estimatedRows»\r\n __pyx_v_pIdxInfo->estimatedRows = 0x186A0;\r\n ^\r\n playhouse/_sqlite_ext.c: В функции «__pyx_f_9playhouse_11_sqlite_ext_18_TableFunctionImpl_create_module»:\r\n playhouse/_sqlite_ext.c:5608:33: предупреждение: несовместимый тип указателя в присваивании [по умолчанию включена]\r\n __pyx_v_self->module.xConnect = __pyx_f_9playhouse_11_sqlite_ext_pwConnect;\r\n ^\r\n playhouse/_sqlite_ext.c: В функции «__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_8set_update_hook»:\r\n playhouse/_sqlite_ext.c:16587:5: предупреждение: в передаче аргумента 2 «sqlite3_update_hook»: несовместимый тип указателя [по умолчанию включена]\r\n (void)(sqlite3_update_hook(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__update_callback, ((void *)__pyx_v_fn)));\r\n ^\r\n In file included from playhouse/_sqlite_ext.c:594:0:\r\n /usr/include/sqlite3.h:4826:18: замечание: expected «void (*)(void *, int, const char *, const char *, sqlite3_int64)» but argument is of type «void (*)(void *, int, char *, char *, sqlite3_int64)»\r\n SQLITE_API void *sqlite3_update_hook(\r\n ^\r\n playhouse/_sqlite_ext.c: В функции «__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_10set_busy_handler»:\r\n playhouse/_sqlite_ext.c:16699:115: предупреждение: приведение к типу указателя от целого другого размера [-Wint-to-pointer-cast]\r\n (void)(sqlite3_busy_handler(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler, ((void *)__pyx_v_n)));\r\n ^\r\n playhouse/_sqlite_ext.c: В функции «__pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler»:\r\n playhouse/_sqlite_ext.c:18629:26: предупреждение: приведение указателя к целому другого размера [-Wpointer-to-int-cast]\r\n __pyx_v_busyTimeout = ((int)__pyx_v_ptr);\r\n ^\r\n playhouse/_sqlite_ext.c: На верхнем уровне:\r\n playhouse/_sqlite_ext.c:6582:18: предупреждение: «__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime» определена, но нигде не используется [-Wunused-function]\r\n static PyObject *__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime(PyObject *__pyx_v_lookup, PyObject *__pyx_v_date_str) {\r\n ^\r\n error: command 'gcc' failed with exit status 1\r\n \r\n ----------------------------------------\r\n```",
"Try:\r\n\r\n```\r\nexport NO_SQLITE=1\r\npip install peewee\r\n```\r\n\r\nThis will ensure that the SQLite C extensions are not built. They depend on `libsqlite3` and the `sqlite3.h` header file, which you appear not to have installed on your system. Previously, these extensions would only be built if you also had Cython, but since in 3.6 I've added the pre-generated C files to the package, the extensions will be built.\r\n\r\nThere's a bit of info here regarding the SQLite C extensions: http://docs.peewee-orm.com/en/latest/peewee/installation.html#skip-compilation-of-sqlite-extensions\r\n\r\nI may have to revise the build if this is problematic for a lot of users, however.",
"I'm planning a new release, 3.6.2, which will use `ctypes.util.find_library` to determine ahead-of-time if `libsqlite3` is installed. If it is not found, the SQLite extensions will not be built. This should make it no longer necessary to use the above environment variable.",
"BTW if anyone has a better suggestion for determining if sqlite3 is available, I'm open to ideas. For example, testing compilation of a very minimal C file?",
"Released 3.6.2 -- hopefully this addresses the issue. Please chime in with comments if you are still experiencing problems after upgrading to 3.6.2 and I will re-open the issue.",
"@coleifer there are environments when there's no c compiler installed, so I'd check for this first. For me it failed because it tried to look for python headers, which are not installed as well",
"> so I'd check for this first.\r\n\r\nHow would you go about testing for the absence of a C compiler?\r\n\r\n**Edit**: added here 9bc4547",
"Latest release is now 3.6.3. Includes test for existence of C compiler as well as a subsequent check for the existence of `libsqlite3`. Please let me know if you encounter issues.",
"@coleifer it still tries to build `_speedups` extension and fails:\r\n<img width=\"1061\" alt=\"screen shot 2018-07-18 at 19 27 43\" src=\"https://user-images.githubusercontent.com/2615950/42897672-00100604-8ac1-11e8-8215-0452fdc9d079.png\">\r\n",
"@lyssdod -- is there a reason you cannot install the Python headers? Typically it's a package called `python-dev`.",
"Yes, I know. The reason is I'm using `pip download` to download packages and install them later, and the target system is kind of embedded environment, which doesn't have headers installed",
"Hi, I'm also encountering the issue mentioned here on release 3.6.3. I'm using Python 3.5 on Ubuntu 16.04 Xenial, and I have the latest version of `python-dev` available, and have a c-compiler installed. Attempting to install in a clean environment causes the same issue.\r\n\r\nAdding `NO_SQLITE=True` does allow me to install 3.6.3.",
"Alright...I think I finally have a solution that should work for everyone. Pushed a new release, 3.6.4, which contains the changes.\r\n\r\nI've changed approaches and now am using an approach similar to what `simplejson` does. First we'll try to build the extensions (assuming we're on CPython and not pypy or something), and if that fails we fall-back to a pure-python build.\r\n\r\nThis should fix the (admittedly baffling to me) situation where you have installed both Python *and* a C compiler, but not the header files.",
"@madelyneriksen -- what traceback are you seeing, an error about missing \"sqlite3.h\"? What do you get when you run:\r\n\r\n```python\r\n>>> from ctypes.util import find_library\r\n>>> find_library('sqlite3')\r\n```",
"@coleifer Yep, the traceback was about \"sqlite3.h\".\r\n\r\nHere's the output from that Python Session:\r\n```\r\n>>> from ctypes.util import find_library\r\n>>> find_library('sqlite3')\r\n'libsqlite3.so.0'\r\n```\r\n\r\nI just tried installing version 3.6.4 to a new environment, and it works perfectly. The issue on my system regarding headers seems resolved. Thank you!",
"Sure thing, thanks for verifying that @madelyneriksen -- I had mistakenly assumed that the presence of the shared library would mean that the headers would be available also (for sqlite). At any rate, the fix in 3.6.4 should resolve the issue. If you wish to build the C extensions, you'll want to install the `libsqlite3-dev` package (which should include sqlite3.h).",
"@coleifer Thanks, it works as expected now!",
"Hey, guys :D\r\nSorry for being late, but I ask you please to add these dependencies to some doc 'cause it was time consuming to find it in 2023.\r\n\r\nlibsqlite3-dev\r\ncython\r\n\r\nThanks for you hard work.",
"Those shouldn't be hard dependencies - they are optional for the extensions.",
"That's fine, this is not the right place for this.\r\nSorry 😬 "
] | 2018-07-18T09:37:25 | 2023-03-21T15:21:13 | 2018-07-18T15:25:02 | NONE | null | Hi,
currently I am having a lot of trouble installing Peewee. When executing `pip3 install -r requirements.txt` on a Ubuntu 16.04 LTS I get
```bash
Collecting peewee~=3.6.1
Using cached https://files.pythonhosted.org/packages/2c/08/b059dd7cc0fa6ae45af86f36660fb0838463390d5626d37b8595e54efd9e/peewee-3.6.1.tar.gz
Building wheels for collected packages: peewee
Running setup.py bdist_wheel for peewee ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-weh5o8st/peewee/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpaceuk7nvpip-wheel- --python-tag cp35:
/home/lmm/.local/lib/python3.5/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
""")
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.5
copying peewee.py -> build/lib.linux-x86_64-3.5
copying pwiz.py -> build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/playhouse
copying playhouse/fields.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/flask_utils.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/__init__.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/dataset.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/shortcuts.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqlite_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqlcipher_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/migrate.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/kv.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/apsw_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/signals.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqliteq.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/test_utils.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/mysql_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqlite_udf.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/hybrid.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/db_url.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/pool.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/postgres_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/reflection.py -> build/lib.linux-x86_64-3.5/playhouse
running build_ext
building 'playhouse._speedups' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/playhouse
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c playhouse/_speedups.c -o build/temp.linux-x86_64-3.5/playhouse/_speedups.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/playhouse/_speedups.o -o build/lib.linux-x86_64-3.5/playhouse/_speedups.cpython-35m-x86_64-linux-gnu.so
building 'playhouse._sqlite_udf' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c playhouse/_sqlite_udf.c -o build/temp.linux-x86_64-3.5/playhouse/_sqlite_udf.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/playhouse/_sqlite_udf.o -o build/lib.linux-x86_64-3.5/playhouse/_sqlite_udf.cpython-35m-x86_64-linux-gnu.so
building 'playhouse._sqlite_ext' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c playhouse/_sqlite_ext.c -o build/temp.linux-x86_64-3.5/playhouse/_sqlite_ext.o
playhouse/_sqlite_ext.c:531:21: fatal error: sqlite3.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Failed building wheel for peewee
Running setup.py clean for peewee
Failed to build peewee
Installing collected packages: peewee
Running setup.py install for peewee ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-weh5o8st/peewee/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-_l2_k4ko-record/install-record.txt --single-version-externally-managed --compile --user --prefix=:
/home/lmm/.local/lib/python3.5/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
""")
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.5
copying peewee.py -> build/lib.linux-x86_64-3.5
copying pwiz.py -> build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/playhouse
copying playhouse/fields.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/flask_utils.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/__init__.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/dataset.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/shortcuts.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqlite_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqlcipher_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/migrate.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/kv.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/apsw_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/signals.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqliteq.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/test_utils.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/mysql_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/sqlite_udf.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/hybrid.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/db_url.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/pool.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/postgres_ext.py -> build/lib.linux-x86_64-3.5/playhouse
copying playhouse/reflection.py -> build/lib.linux-x86_64-3.5/playhouse
running build_ext
building 'playhouse._speedups' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/playhouse
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c playhouse/_speedups.c -o build/temp.linux-x86_64-3.5/playhouse/_speedups.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/playhouse/_speedups.o -o build/lib.linux-x86_64-3.5/playhouse/_speedups.cpython-35m-x86_64-linux-gnu.so
building 'playhouse._sqlite_udf' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c playhouse/_sqlite_udf.c -o build/temp.linux-x86_64-3.5/playhouse/_sqlite_udf.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/playhouse/_sqlite_udf.o -o build/lib.linux-x86_64-3.5/playhouse/_sqlite_udf.cpython-35m-x86_64-linux-gnu.so
building 'playhouse._sqlite_ext' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c playhouse/_sqlite_ext.c -o build/temp.linux-x86_64-3.5/playhouse/_sqlite_ext.o
playhouse/_sqlite_ext.c:531:21: fatal error: sqlite3.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-weh5o8st/peewee/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-_l2_k4ko-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-weh5o8st/peewee/
You are using pip version 8.1.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
```
For me it seems related to the fact I do not have the sqlite dev package installed, but I would think this should not be required for installing peewee, or is it?
Thanks in advance! | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1676/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1676/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1675 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1675/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1675/comments | https://api.github.com/repos/coleifer/peewee/issues/1675/events | https://github.com/coleifer/peewee/issues/1675 | 341,934,706 | MDU6SXNzdWUzNDE5MzQ3MDY= | 1,675 | Why read_slave extension is deleted in Peewee 3.x?? | {
"login": "zjyExcelsior",
"id": 6839922,
"node_id": "MDQ6VXNlcjY4Mzk5MjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6839922?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zjyExcelsior",
"html_url": "https://github.com/zjyExcelsior",
"followers_url": "https://api.github.com/users/zjyExcelsior/followers",
"following_url": "https://api.github.com/users/zjyExcelsior/following{/other_user}",
"gists_url": "https://api.github.com/users/zjyExcelsior/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zjyExcelsior/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zjyExcelsior/subscriptions",
"organizations_url": "https://api.github.com/users/zjyExcelsior/orgs",
"repos_url": "https://api.github.com/users/zjyExcelsior/repos",
"events_url": "https://api.github.com/users/zjyExcelsior/events{/privacy}",
"received_events_url": "https://api.github.com/users/zjyExcelsior/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"It is removed because I am no longer interested in maintaining it. Feel free to take the 2.x code and modify it and release it as a separate library."
] | 2018-07-17T14:05:54 | 2018-07-17T14:15:46 | 2018-07-17T14:15:46 | NONE | null | I want to know why read_slave is deleted in Peewee 3.x?what's the reason for doing that? I am recently using Peewee 2.x | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1675/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1675/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1674 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1674/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1674/comments | https://api.github.com/repos/coleifer/peewee/issues/1674/events | https://github.com/coleifer/peewee/issues/1674 | 341,912,892 | MDU6SXNzdWUzNDE5MTI4OTI= | 1,674 | Embed SSH tunnel usage and reuse existing connections | {
"login": "imakiro",
"id": 2473976,
"node_id": "MDQ6VXNlcjI0NzM5NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/2473976?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/imakiro",
"html_url": "https://github.com/imakiro",
"followers_url": "https://api.github.com/users/imakiro/followers",
"following_url": "https://api.github.com/users/imakiro/following{/other_user}",
"gists_url": "https://api.github.com/users/imakiro/gists{/gist_id}",
"starred_url": "https://api.github.com/users/imakiro/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/imakiro/subscriptions",
"organizations_url": "https://api.github.com/users/imakiro/orgs",
"repos_url": "https://api.github.com/users/imakiro/repos",
"events_url": "https://api.github.com/users/imakiro/events{/privacy}",
"received_events_url": "https://api.github.com/users/imakiro/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This is way outside the scope of Peewee. Depending on the database driver you are using, you may want to discuss with them, but I doubt you'll have any luck there either. Why you would ever want to pipe a db connection over SSH is a whole other question.\r\n\r\nYou can use the connection pool, which keeps connections open and recycles them -- this may be the best option for you. http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#pool",
"Thank you for the reply, I though this would actually matter for the project, but I'll try my luck with the mylsq driver we use.\r\n\r\n> Why you would ever want to pipe a db connection over SSH is a whole other question.\r\nWould you suggest an alternative to avoid exposing the database and still allow peewee to connect?",
"> Would you suggest an alternative to avoid exposing the database and still allow peewee to connect?\r\n\r\nPresumably your application server and database server would be on a LAN and only the application server would be exposed to the internet? I've never, in my career, found it necessary to expose a database server to the public internet."
] | 2018-07-17T13:11:15 | 2020-05-14T21:53:04 | 2018-07-17T14:14:45 | NONE | null | Because of environment constraints, and peewee lazy loading of DB properties, when using an SSH tunnel library like
`from sshtunnel import SSHTunnelForwarder `
I am getting rejected by the SSH server because it establishes a connection every request.
It's really hard to integrate Peewee with the SSH tunnel without running into the SSH server getting spammed with connection opening doing one request and closing.
It would improve reliability to allow peewee itself to manage it's SSH tunnels.
Or maybe there is a best practice when dealing with secure environments that I missed.
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1674/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1674/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1673 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1673/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1673/comments | https://api.github.com/repos/coleifer/peewee/issues/1673/events | https://github.com/coleifer/peewee/issues/1673 | 341,355,504 | MDU6SXNzdWUzNDEzNTU1MDQ= | 1,673 | AttributeError: 'NoneType' object has no attribute 'safe_create_index' | {
"login": "gurland",
"id": 30530987,
"node_id": "MDQ6VXNlcjMwNTMwOTg3",
"avatar_url": "https://avatars.githubusercontent.com/u/30530987?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gurland",
"html_url": "https://github.com/gurland",
"followers_url": "https://api.github.com/users/gurland/followers",
"following_url": "https://api.github.com/users/gurland/following{/other_user}",
"gists_url": "https://api.github.com/users/gurland/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gurland/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gurland/subscriptions",
"organizations_url": "https://api.github.com/users/gurland/orgs",
"repos_url": "https://api.github.com/users/gurland/repos",
"events_url": "https://api.github.com/users/gurland/events{/privacy}",
"received_events_url": "https://api.github.com/users/gurland/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Your model class does not appear to have declared a database:\r\n\r\n```python\r\nclass MyModel(Model):\r\n class Meta:\r\n database = ... # You are missing this.\r\n```",
"> Your model class does not appear to have declared a database:\r\n> \r\n> ```python\r\n> class MyModel(Model):\r\n> class Meta:\r\n> database = ... # You are missing this.\r\n> ```\r\n\r\nI am facing the same issue and database is defined in Meta. Could you please suggest a fix for this please?",
"Share your code",
"My apologies, I did a terrible mistake while writing the code. Instead of passing database instance under table's META, I was passing database name itself and hence this issue. But I must say the error \"'NoneType' object has no attribute 'safe_create_index'\" is not developer friendly. It should elaborate more to help us. It took around 1 full day for me to identify this mistake in code.\r\nThanks for your response, you may close this."
] | 2018-07-15T21:54:07 | 2021-08-23T07:43:05 | 2018-07-15T21:55:15 | NONE | null | I'm using `SqliteExtDatabase`. When I'm trying to create tables next error raises:
```Traceback (most recent call last):
File "/home/gurland/Projects/mathbot/bot.py", line 3, in <module>
from models import SubscriptionChat, Subscription, IUMCourse
File "/home/gurland/Projects/mathbot/models.py", line 119, in <module>
db.create_tables([User, Catalog, Book, IUMCourse, SubscriptionChat, Subscription], safe=True)
File "/home/gurland/Projects/mathbot/venv/lib/python3.6/site-packages/peewee.py", line 2774, in create_tables
model.create_table(**options)
File "/home/gurland/Projects/mathbot/venv/lib/python3.6/site-packages/peewee.py", line 5604, in create_table
if safe and not cls._meta.database.safe_create_index \
AttributeError: 'NoneType' object has no attribute 'safe_create_index'```
peewee 3.5.2
python 3.6 | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1673/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1673/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1672 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1672/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1672/comments | https://api.github.com/repos/coleifer/peewee/issues/1672/events | https://github.com/coleifer/peewee/issues/1672 | 341,349,190 | MDU6SXNzdWUzNDEzNDkxOTA= | 1,672 | TimestampField, Microseconds (Precision=10**6) and Postgres | {
"login": "yakirmar",
"id": 3908237,
"node_id": "MDQ6VXNlcjM5MDgyMzc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3908237?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yakirmar",
"html_url": "https://github.com/yakirmar",
"followers_url": "https://api.github.com/users/yakirmar/followers",
"following_url": "https://api.github.com/users/yakirmar/following{/other_user}",
"gists_url": "https://api.github.com/users/yakirmar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yakirmar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yakirmar/subscriptions",
"organizations_url": "https://api.github.com/users/yakirmar/orgs",
"repos_url": "https://api.github.com/users/yakirmar/repos",
"events_url": "https://api.github.com/users/yakirmar/events{/privacy}",
"received_events_url": "https://api.github.com/users/yakirmar/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Whoops, oversight on my part. I need to change the underlying field type to `BigIntegerField`. Will have a patch up shortly.",
"3b89d3af132d06f986642384ffbdadfcffbfa563"
] | 2018-07-15T20:18:07 | 2018-07-15T20:32:16 | 2018-07-15T20:32:15 | NONE | null | Hi,
I created a Postgres DB with "PostgresqlDatabase" object and the field was defined like this:
`timestamp = TimestampField(resolution=10**6, index=True)`
Everything works great when I did some tests with SQLite but when I moved to Postgres, it created an integer field in the DB and the numbers that I want to insert (like this 1531326087799518) is much bigger than integer/int4.
How can I change it to be BigInt (according this: https://www.postgresql.org/docs/9.2/static/datatype-numeric.html#DATATYPE-INT)?
Thanks in advance,
Yakir | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1672/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1672/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1671 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1671/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1671/comments | https://api.github.com/repos/coleifer/peewee/issues/1671/events | https://github.com/coleifer/peewee/issues/1671 | 341,280,203 | MDU6SXNzdWUzNDEyODAyMDM= | 1,671 | percent sign in column name breaks sql | {
"login": "NCarson",
"id": 17229021,
"node_id": "MDQ6VXNlcjE3MjI5MDIx",
"avatar_url": "https://avatars.githubusercontent.com/u/17229021?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NCarson",
"html_url": "https://github.com/NCarson",
"followers_url": "https://api.github.com/users/NCarson/followers",
"following_url": "https://api.github.com/users/NCarson/following{/other_user}",
"gists_url": "https://api.github.com/users/NCarson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCarson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCarson/subscriptions",
"organizations_url": "https://api.github.com/users/NCarson/orgs",
"repos_url": "https://api.github.com/users/NCarson/repos",
"events_url": "https://api.github.com/users/NCarson/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCarson/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"> I have seen the other closed issue with modulo and percents and understand how psycopg2 binds params.\r\n\r\nMy guess is that the problem is with the way the parameters are interpolated into the SQL string. If you understand this, then it is hopefully clear why this column name was problematic.\r\n\r\nI agree the Peewee error isn't too helpful but in the 8 years I've maintained this project I've never seen anyone use a \"%\" character in a column and report a problem. So I'm going to leave the code as-is. I'd suggest you stick to well-known conventions for naming your tables and columns.\r\n\r\nhttps://launchbylunch.com/posts/2014/Feb/16/sql-naming-conventions/",
"Furthermore this isn't a Peewee problem, as much as it is a problem with Python strings interacting with percent signs. Peewee's introspection will detect the weird column name and use a valid Python identifier, so the introspector works correctly in my opinion."
] | 2018-07-15T00:12:25 | 2018-07-15T02:24:36 | 2018-07-15T02:23:33 | NONE | null | I had a column named "win%" in one of my tables in Postgresql. When I tried to execute the query I got this error (last of the call stack):
```
File "/usr/local/lib/python3.5/dist-packages/peewee-3.5.2-py3.5-linux-x86_64.egg/peewee.py", line 2639, in execute_sql
cursor.execute(sql, params or ())
IndexError: list index out of range
```
Anyways, after looking at the sql peewee generated I saw the percent sign, which after changing the name to win_pct fixed the problem. I have seen the other closed issue with modulo and percents and understand how psycopg2 binds params. But, I think introspection should give an error or warning that your table will be unusable. Since, the error peewee generates does not give you much hints. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1671/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1671/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1670 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1670/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1670/comments | https://api.github.com/repos/coleifer/peewee/issues/1670/events | https://github.com/coleifer/peewee/pull/1670 | 341,275,555 | MDExOlB1bGxSZXF1ZXN0MjAxNDcxODY3 | 1,670 | Added support for introspecting views for Postgresql. | {
"login": "NCarson",
"id": 17229021,
"node_id": "MDQ6VXNlcjE3MjI5MDIx",
"avatar_url": "https://avatars.githubusercontent.com/u/17229021?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NCarson",
"html_url": "https://github.com/NCarson",
"followers_url": "https://api.github.com/users/NCarson/followers",
"following_url": "https://api.github.com/users/NCarson/following{/other_user}",
"gists_url": "https://api.github.com/users/NCarson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCarson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCarson/subscriptions",
"organizations_url": "https://api.github.com/users/NCarson/orgs",
"repos_url": "https://api.github.com/users/NCarson/repos",
"events_url": "https://api.github.com/users/NCarson/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCarson/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I'm going to pass on this for now, but may reconsider adding this functionality (if it can be added cleanly for all supported database implementations). Thank you -- I may end up implementing this at some point and your code will certainly come in handy.",
"Also, for what it's worth, if you want to increase the likelihood of getting a \"new feature\" patch merged, it should have tests and documentation as well.",
"This is actually now implemented by 273008413737ff16d26b27f846a315cdf4875615\r\n\r\nAlthough it will generate both regular tables *and* views if passed the `-v` option. There is no option to *just* generate views."
] | 2018-07-14T22:32:28 | 2018-07-17T19:34:10 | 2018-07-15T00:06:14 | NONE | null | A command line switch will introspect views instead of tables in pwiz.py. A
get_views function was added for Postgres and NotImplemented version for the
interface. It would probably be more convenient for users to do both tables and
views at once, but this was an extremely simple way to do it. I did not add it for
others since I am mostly familiar with Postgres, but it seems pretty easy. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1670/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1670/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1670",
"html_url": "https://github.com/coleifer/peewee/pull/1670",
"diff_url": "https://github.com/coleifer/peewee/pull/1670.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1670.patch",
"merged_at": null
} |
https://api.github.com/repos/coleifer/peewee/issues/1669 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1669/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1669/comments | https://api.github.com/repos/coleifer/peewee/issues/1669/events | https://github.com/coleifer/peewee/pull/1669 | 341,254,531 | MDExOlB1bGxSZXF1ZXN0MjAxNDYyNDA0 | 1,669 | Fix compatibility with Python 3.7 | {
"login": "felixonmars",
"id": 1006477,
"node_id": "MDQ6VXNlcjEwMDY0Nzc=",
"avatar_url": "https://avatars.githubusercontent.com/u/1006477?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/felixonmars",
"html_url": "https://github.com/felixonmars",
"followers_url": "https://api.github.com/users/felixonmars/followers",
"following_url": "https://api.github.com/users/felixonmars/following{/other_user}",
"gists_url": "https://api.github.com/users/felixonmars/gists{/gist_id}",
"starred_url": "https://api.github.com/users/felixonmars/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/felixonmars/subscriptions",
"organizations_url": "https://api.github.com/users/felixonmars/orgs",
"repos_url": "https://api.github.com/users/felixonmars/repos",
"events_url": "https://api.github.com/users/felixonmars/events{/privacy}",
"received_events_url": "https://api.github.com/users/felixonmars/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks. So you can't raise `StopIteration` inside a generator according to [this PEP](https://www.python.org/dev/peps/pep-0479/)... weird. I'm guessing this is some consequence from the asyncio abomination. \r\n\r\n> Currently, StopIteration raised accidentally inside a generator function will be interpreted as the end of the iteration by the loop construct driving the generator.\r\n\r\nWhat if it's raised *intentionally* though? @gvanrossum needs to **sit the fuck down**, I'm glad he's taking his seat and backing off...so many terrible PEPs in the last couple versions.",
"Merged, thanks again for taking the time to investigate and fix."
] | 2018-07-14T17:59:52 | 2018-07-15T05:31:39 | 2018-07-15T00:04:10 | CONTRIBUTOR | null | Fixes many test failures like below:
```
======================================================================
ERROR: test_iterator (tests.models.TestModelAPIs)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/python-peewee/src/peewee-3.5.2/peewee.py", line 3613, in iterator
yield self.iterate(False)
File "/build/python-peewee/src/peewee-3.5.2/peewee.py", line 3597, in iterate
raise StopIteration
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/build/python-peewee/src/peewee-3.5.2/tests/base.py", line 247, in inner
method(self)
File "/build/python-peewee/src/peewee-3.5.2/tests/models.py", line 989, in test_iterator
self.assertEqual([u.username for u in query], users)
File "/build/python-peewee/src/peewee-3.5.2/tests/models.py", line 989, in <listcomp>
self.assertEqual([u.username for u in query], users)
RuntimeError: generator raised StopIteration
```
With the patch, all tests pass under both python 3.7 and 2.7 here. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1669/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1669/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1669",
"html_url": "https://github.com/coleifer/peewee/pull/1669",
"diff_url": "https://github.com/coleifer/peewee/pull/1669.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1669.patch",
"merged_at": "2018-07-15T00:04:10"
} |
https://api.github.com/repos/coleifer/peewee/issues/1668 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1668/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1668/comments | https://api.github.com/repos/coleifer/peewee/issues/1668/events | https://github.com/coleifer/peewee/issues/1668 | 341,244,228 | MDU6SXNzdWUzNDEyNDQyMjg= | 1,668 | peewee error message | {
"login": "TechComet",
"id": 5288136,
"node_id": "MDQ6VXNlcjUyODgxMzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5288136?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TechComet",
"html_url": "https://github.com/TechComet",
"followers_url": "https://api.github.com/users/TechComet/followers",
"following_url": "https://api.github.com/users/TechComet/following{/other_user}",
"gists_url": "https://api.github.com/users/TechComet/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TechComet/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TechComet/subscriptions",
"organizations_url": "https://api.github.com/users/TechComet/orgs",
"repos_url": "https://api.github.com/users/TechComet/repos",
"events_url": "https://api.github.com/users/TechComet/events{/privacy}",
"received_events_url": "https://api.github.com/users/TechComet/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"http://docs.peewee-orm.com/en/latest/peewee/contributing.html#bugs\r\n\r\nI have literally no clue what you are asking.",
"```\r\ntry:\r\n\ttable_name.function_name(...)\r\nexcept IntegrityError as e:\r\n\treturn e\r\n```",
"You can do this:\r\n\r\n```python\r\ntry:\r\n SomeModel.function_name(...)\r\nexcept IntegrityError as exc:\r\n exc_message = str(exc)\r\n```"
] | 2018-07-14T15:28:36 | 2018-07-14T23:51:29 | 2018-07-14T15:47:07 | NONE | null | Hi,
How get error message | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1668/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1668/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1667 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1667/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1667/comments | https://api.github.com/repos/coleifer/peewee/issues/1667/events | https://github.com/coleifer/peewee/issues/1667 | 340,980,268 | MDU6SXNzdWUzNDA5ODAyNjg= | 1,667 | One-to-one relationships returned as ModelSelect | {
"login": "astrilchuk",
"id": 1706688,
"node_id": "MDQ6VXNlcjE3MDY2ODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/1706688?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/astrilchuk",
"html_url": "https://github.com/astrilchuk",
"followers_url": "https://api.github.com/users/astrilchuk/followers",
"following_url": "https://api.github.com/users/astrilchuk/following{/other_user}",
"gists_url": "https://api.github.com/users/astrilchuk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/astrilchuk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/astrilchuk/subscriptions",
"organizations_url": "https://api.github.com/users/astrilchuk/orgs",
"repos_url": "https://api.github.com/users/astrilchuk/repos",
"events_url": "https://api.github.com/users/astrilchuk/events{/privacy}",
"received_events_url": "https://api.github.com/users/astrilchuk/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"If you want to do something like that, why not just add a property?\r\n\r\n```python\r\n\r\nclass Person(Model):\r\n name = TextField()\r\n \r\n @property\r\n def account(self):\r\n return self.accounts.get()\r\n\r\n @account.setter\r\n def account(self, account_obj):\r\n account_obj.person = self\r\n account_obj.save(only=[Account.person])\r\n\r\nclass Account(Model):\r\n person = ForeignKeyField(Person, backref='accounts', unique=True)\r\n```",
"Why was this ticket closed? Is discussion not an option?\r\n\r\nI would expect an ORM to be able to load both records at the same time. I have to run queries against +50,000 records. I will have 6-12 1:1 tables. This will require 100,000s of more queries when all the related row data could be loaded in a single query.\r\n",
"Sorry, I assumed I had answered your question. Have you read these documents:\r\n\r\n* http://docs.peewee-orm.com/en/latest/peewee/relationships.html#selecting-from-multiple-sources\r\n* http://docs.peewee-orm.com/en/latest/peewee/relationships.html#avoiding-the-n-1-problem\r\n\r\nAssuming you have, you could then modify your code, using my example models:\r\n\r\n```python\r\nclass Person(Model):\r\n name = TextField()\r\n\r\nclass Account(Model):\r\n person = ForeignKeyField(Person, backref='accounts', unique=True)\r\n account_data = TextField()\r\n\r\nquery = (Person\r\n .select(Person, Account)\r\n .join(Account, JOIN.LEFT_OUTER, attr='account') # To get people w/no account\r\n .order_by(Person.name))\r\n# This is efficiently done in a single query:\r\nfor person in query:\r\n print(person.name, person.account.account_data)\r\n```\r\n\r\n> I would expect an ORM to be able to load both records at the same time\r\n\r\nYes, the docs explain this. Check out the links.",
"If I switch unique=True to primary_key=True for the person ForeignKeyField in the Account model in your example I get the behaviour I mentioned originally.",
"> If I switch unique=True to primary_key=True for the person ForeignKeyField in the Account model in your example I get the behaviour I mentioned originally.\r\n\r\nI'd be careful about that, you may want to [enable query logging](http://docs.peewee-orm.com/en/latest/peewee/database.html#logging-queries) to make sure your assumptions are indeed correct.\r\n\r\n```python\r\n# Print all queries to stderr.\r\nimport logging\r\nlogger = logging.getLogger('peewee')\r\nlogger.addHandler(logging.StreamHandler())\r\nlogger.setLevel(logging.DEBUG)\r\n```",
"I'm not sure what assumptions I would be making here. Using your example, except with primary_key=True instead of unique=True I get the following error:\r\n\r\n`AttributeError: 'ModelSelect' object has no attribute 'account_data'`\r\n\r\nWhich makes sense since account is returned as a ModelSelect instead of the model itself.",
"When you access the related object, you should not be using the `backref` attribute -- which is a `ModelSelect` -- but assign the related object to a different attribute as I did in my example.\r\n\r\nPlease look closely at the example:\r\n\r\n```python\r\nclass Person(Model):\r\n name = TextField()\r\n\r\nclass Account(Model):\r\n person = ForeignKeyField(Person, backref='accounts', unique=True)\r\n account_data = TextField()\r\n\r\nquery = (Person\r\n .select(Person, Account)\r\n .join(Account, JOIN.LEFT_OUTER, attr='account') # To get people w/no account\r\n .order_by(Person.name))\r\n# This is efficiently done in a single query:\r\nfor person in query:\r\n print(person.name, person.account.account_data)\r\n```\r\n\r\nIn the above, `person.accounts` (with an \"s\") is a select query. But `person.account`, which is the attribute we specified in the `.join(..., attr='account')`, should hold the joined `Account` instance.",
"Here is a complete example. This should hopefully clarify whatever it is you're confused by:\r\n\r\n```python\r\nfrom peewee import *\r\n\r\ndb = SqliteDatabase(':memory:')\r\n\r\nclass BaseModel(Model):\r\n class Meta:\r\n database = db\r\n\r\nclass Person(BaseModel):\r\n name = TextField()\r\n\r\nclass Account(BaseModel):\r\n person = ForeignKeyField(Person, backref='accounts', primary_key=True)\r\n account_data = TextField()\r\n\r\ndb.create_tables([Person, Account])\r\n\r\np1 = Person.create(name='person-1')\r\nAccount.create(person=p1, account_data='p1 account data')\r\n\r\np2 = Person.create(name='person-2')\r\nAccount.create(person=p2, account_data='p2 account data')\r\n\r\nquery = (Person\r\n .select(Person, Account)\r\n .join(Account, attr='account')\r\n .order_by(Person.name))\r\nfor person in query:\r\n print(person.name, person.account.account_data)\r\n```\r\n\r\nPrints:\r\n\r\n```\r\nperson-1 p1 account data\r\nperson-2 p2 account data\r\n```",
"Ok, thanks for that. The issue I was having was that my `backref` property was named \"account\" instead of \"accounts\". This caused the error regardless of whether or not I had `attr` specified in the join.\r\n\r\nHere's the frustration I'm having regarding this (using your example):\r\n\r\n1. I have explicitly defined a one-to-one relationship between 2 tables - the foreign key with primary_key attribute set. Assigning the backref as \"account\" instead of \"accounts\" seams obvious to me.\r\n\r\n`person = ForeignKeyField(Person, backref='account', primary_key=True)`\r\n\r\n2. I have explicitly stated in the select query that I wish to retrieve Person *and* Account:\r\n\r\n`select([Person, Account])`\r\n\r\n3. Finally, I have explicitly specified the join for the select query.\r\n\r\n`.join(Account, JOIN.LEFT_OUTER)`\r\n\r\nI think I made a reasonable assumption that this would work. It is not obvious to me that adding `attr` to the join will enable eager loading - the query is already returning account so why not use it? I understand there is a learning curve to every ORM but I also expect features to be 'discoverable'. Perhaps that is my failing here.",
"> I have explicitly defined a one-to-one relationship between 2 tables - the foreign key with primary_key attribute set. Assigning the backref as \"account\" instead of \"accounts\" seams obvious to me.\r\n\r\nPeewee does not support the special-case of a one-to-one backref. Thus, the backref should always be the plural, e.g. \"account**s**\".\r\n\r\nIf you want to expose a singular account reference, then you could:\r\n\r\n```python\r\nclass Person(...):\r\n @property\r\n def account(self):\r\n return self.accounts.get()\r\n```\r\n\r\n> I have explicitly stated in the select query that I wish to retrieve Person and Account\r\n\r\nThis is only necessary if you are selecting the person and wish to also grab their account details in a single query.\r\n\r\n> Finally, I have explicitly specified the join for the select query.\r\n\r\nThis is always how peewee works?\r\n\r\n> Perhaps that is my failing here.\r\n\r\nI think the only failing is that you haven't read the docs on [relationships](http://docs.peewee-orm.com/en/latest/peewee/relationships.html). They are thorough and explain all of the behaviors you seem to be confused about.",
"foreignkey doesn't support query expression?\r\ni've tried to use `self.accounts.get(Account.name=='abc')` but it doesn't work",
"@dzpt - it works like this:\r\n\r\n```python\r\n\r\nself.accounts.where(Account.name == 'abc').get()\r\n```\r\n\r\nThe backref is just a select query, and can be chained like anything else."
] | 2018-07-13T11:15:09 | 2021-06-24T13:08:16 | 2018-07-13T15:02:34 | NONE | null | Hi,
I have a number of one-to-one relationships in my schema. Each related table has a foreign key/primary key back to it's "parent" table. The one-to-one tables are selected in the SQL but "parent" model's backref properties are instances of ModelSelect.
I'm happy to provide more information if required.
Thanks | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1667/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1667/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1666 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1666/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1666/comments | https://api.github.com/repos/coleifer/peewee/issues/1666/events | https://github.com/coleifer/peewee/issues/1666 | 340,950,944 | MDU6SXNzdWUzNDA5NTA5NDQ= | 1,666 | peewee OperationalError: no such function: json_set | {
"login": "Quo00",
"id": 35671851,
"node_id": "MDQ6VXNlcjM1NjcxODUx",
"avatar_url": "https://avatars.githubusercontent.com/u/35671851?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Quo00",
"html_url": "https://github.com/Quo00",
"followers_url": "https://api.github.com/users/Quo00/followers",
"following_url": "https://api.github.com/users/Quo00/following{/other_user}",
"gists_url": "https://api.github.com/users/Quo00/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Quo00/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Quo00/subscriptions",
"organizations_url": "https://api.github.com/users/Quo00/orgs",
"repos_url": "https://api.github.com/users/Quo00/repos",
"events_url": "https://api.github.com/users/Quo00/events{/privacy}",
"received_events_url": "https://api.github.com/users/Quo00/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"You need SQLite compiled with the `json1` extension. Apparently the SQLite you're using does not have it.\r\n\r\n* https://sqlite.org/json1.html\r\n* https://www.sqlite.org/compile.html#_options_to_enable_features_normally_turned_off",
"Hello @coleifer , I've tried to compile my own sqlite3.dll but it's still not working.\r\n\r\nI'm following these instructions: https://www.sqlite.org/howtocompile.html#building_a_windows_dll\r\n\r\nI download the sql-amalgamation-XXXX.zip and execute the following in MSVC: `cl sqlite3.c -DSQLITE_ENABLE_JSON1 -link -dll -out:sqlite3.dll`. I drop the compiled dll into C:\\Python36\\DLLs. Is this the location where I'm meant to be copying it to? \r\n\r\nAfter I run my peewee script, I'm now returned with a new error:\r\n\r\n```\r\nTraceback (most recent call last):\r\n File \"system_checker_database_test.py\", line 56, in <module>\r\n System.create_table()\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 5529, in create_table\r\n cls._schema.create_all(safe, **options)\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 4790, in create_all\r\n self.create_table(safe, **table_options)\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 4686, in create_table\r\n self.database.execute(self._create_table(safe=safe, **options))\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 2589, in execute\r\n return self.execute_sql(sql, params, commit=commit)\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 2574, in execute_sql\r\n cursor = self.cursor(commit)\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 2560, in cursor\r\n self.connect()\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 2523, in connect\r\n self._state.set_connection(self._connect())\r\n File \"C:\\Python36\\lib\\site-packages\\peewee.py\", line 2790, in _connect\r\n raise ImproperlyConfigured('SQLite driver not installed!')\r\npeewee.ImproperlyConfigured: SQLite driver not installed!\r\n```\r\nI'm not doing something right, so I'm hoping someone here will know. Has anyone else compiled their own sqlite3.dll and executed JSON1 extensions using Peewee?\r\n\r\nIf you need any more information, please let me know.\r\n\r\nEDIT:\r\n\r\nI have tried import sqlite3 into a Python shell, but I was returned with the following traceback:\r\n\r\n```\r\n>>> import sqlite3\r\nTraceback (most recent call last):\r\n File \"<stdin>\", line 1, in <module>\r\n File \"C:\\Python36\\lib\\sqlite3\\__init__.py\", line 23, in <module>\r\n from sqlite3.dbapi2 import *\r\n File \"C:\\Python36\\lib\\sqlite3\\dbapi2.py\", line 27, in <module>\r\n from _sqlite3 import *\r\nImportError: DLL load failed: %1 is not a valid Win32 application.\r\n```\r\n\r\nI compiled my sqlite3.dll in both 64-bit and 32-bit versions of MSVC, so I'm not really sure what I'm doing wrong.",
"The reason peewee is saying \"SQLite driver not installed!\" is because it cannot import the Python `sqlite3` module. You apparently did something wrong when building the SQLite library, since the standard lib `sqlite3` module links against the system sqlite.",
"@coleifer I fixed the issue by downloading the 32-bit version of Python. Now I need to figure out how to make a 64-bit sqlite3.dll."
] | 2018-07-13T09:40:01 | 2018-07-18T23:11:18 | 2018-07-13T14:36:39 | NONE | null | Hello,
Peewee version is 3.5.2.
I'm trying to update a JSON value in-place and am following the documentation. I'm using an SqliteDatabase in memory.
I'm following the documentation very closesly:
```
>>> from playhouse.sqlite_ext import *
>>> db = SqliteExtDatabase(':memory:')
>>> class KV(Model):
... key = TextField()
... value = JSONField()
... class Meta:
... database = db
...
>>> KV.create_table()
```
`>>> KV.update(value=KV.value.update({'k2': 'v2'})).execute()`
However, I'm being returned with the following error:
```
Traceback (most recent call last):
File "C:\Python36\lib\site-packages\peewee.py", line 2625, in execute_sql
cursor.execute(sql, params or ())
sqlite3.OperationalError: no such function: json_set
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\system_checker_database_test.py", line 58, in <module>
main()
File ".\system_checker_database_test.py", line 42, in main
KV.update(value=KV.value.update({'hi': 'hey'})).execute()
File "C:\Python36\lib\site-packages\peewee.py", line 1560, in inner
return method(self, database, *args, **kwargs)
File "C:\Python36\lib\site-packages\peewee.py", line 1631, in execute
return self._execute(database)
File "C:\Python36\lib\site-packages\peewee.py", line 2049, in _execute
cursor = database.execute(self)
File "C:\Python36\lib\site-packages\peewee.py", line 2638, in execute
return self.execute_sql(sql, params, commit=commit)
File "C:\Python36\lib\site-packages\peewee.py", line 2632, in execute_sql
self.commit()
File "C:\Python36\lib\site-packages\peewee.py", line 2424, in __exit__
reraise(new_type, new_type(*exc_args), traceback)
File "C:\Python36\lib\site-packages\peewee.py", line 177, in reraise
raise value.with_traceback(tb)
File "C:\Python36\lib\site-packages\peewee.py", line 2625, in execute_sql
cursor.execute(sql, params or ())
peewee.OperationalError: no such function: json_set
```
Any thoughts to this issue? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1666/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1666/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1665 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1665/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1665/comments | https://api.github.com/repos/coleifer/peewee/issues/1665/events | https://github.com/coleifer/peewee/pull/1665 | 340,308,560 | MDExOlB1bGxSZXF1ZXN0MjAwNzUxNjM1 | 1,665 | Improve imports in shortcuts extension | {
"login": "gustavi",
"id": 2736557,
"node_id": "MDQ6VXNlcjI3MzY1NTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2736557?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gustavi",
"html_url": "https://github.com/gustavi",
"followers_url": "https://api.github.com/users/gustavi/followers",
"following_url": "https://api.github.com/users/gustavi/following{/other_user}",
"gists_url": "https://api.github.com/users/gustavi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gustavi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gustavi/subscriptions",
"organizations_url": "https://api.github.com/users/gustavi/orgs",
"repos_url": "https://api.github.com/users/gustavi/repos",
"events_url": "https://api.github.com/users/gustavi/events{/privacy}",
"received_events_url": "https://api.github.com/users/gustavi/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Peewee's main module `peewee.py` defines a module-level `__all__` which controls what is exported when you `import *`. Peewee uses the convention of `import *` internally, so I am going to pass on this change, even though I do understand your reasoning behind the suggestion."
] | 2018-07-11T16:04:58 | 2018-07-11T16:09:14 | 2018-07-11T16:09:14 | NONE | null | Improve the imports in this file.
First statement use wildcard import (and this is bad) and second import something already imported.
Import only required objects is the good way to do. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1665/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1665/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1665",
"html_url": "https://github.com/coleifer/peewee/pull/1665",
"diff_url": "https://github.com/coleifer/peewee/pull/1665.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1665.patch",
"merged_at": null
} |
https://api.github.com/repos/coleifer/peewee/issues/1664 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1664/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1664/comments | https://api.github.com/repos/coleifer/peewee/issues/1664/events | https://github.com/coleifer/peewee/issues/1664 | 339,923,946 | MDU6SXNzdWUzMzk5MjM5NDY= | 1,664 | Feature: a possibility to check whether Model matches Schema | {
"login": "pauleikis",
"id": 4095643,
"node_id": "MDQ6VXNlcjQwOTU2NDM=",
"avatar_url": "https://avatars.githubusercontent.com/u/4095643?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pauleikis",
"html_url": "https://github.com/pauleikis",
"followers_url": "https://api.github.com/users/pauleikis/followers",
"following_url": "https://api.github.com/users/pauleikis/following{/other_user}",
"gists_url": "https://api.github.com/users/pauleikis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pauleikis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pauleikis/subscriptions",
"organizations_url": "https://api.github.com/users/pauleikis/orgs",
"repos_url": "https://api.github.com/users/pauleikis/repos",
"events_url": "https://api.github.com/users/pauleikis/events{/privacy}",
"received_events_url": "https://api.github.com/users/pauleikis/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I do not plan on implementing such an API, but the fundamentals are all there already.\r\n\r\nYou can use `database.get_tables()` and `database.get_columns()` and check for differences with `Model._meta.fields`. You can also use the higher-level `reflection` APIs.\r\n\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#Database.get_tables\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#Database.get_columns\r\n* http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#reflection",
"I put this little function together:\r\n\r\n```python\r\nfrom collections import namedtuple\r\n\r\nfrom playhouse.reflection import Introspector\r\n\r\n\r\nValidationResult = namedtuple('ValidationResult', (\r\n 'valid', 'table_exists', 'add_fields', 'remove_fields', 'change_fields'))\r\n\r\n\r\ndef validate_schema(model):\r\n db = model._meta.database\r\n table = model._meta.table_name\r\n if not db.table_exists(table):\r\n return ValidationResult(False, False, None, None, None)\r\n\r\n introspector = Introspector.from_database(db)\r\n db_model = introspector.generate_models(table_names=[table])[table]\r\n\r\n columns = set(model._meta.columns)\r\n db_columns = set(db_model._meta.columns)\r\n\r\n to_remove = [model._meta.columns[c] for c in columns - db_columns]\r\n to_add = [db_model._meta.columns[c] for c in db_columns - columns]\r\n to_change = []\r\n intersect = columns & db_columns # Take intersection and remove matches.\r\n for column in intersect:\r\n field = model._meta.columns[column]\r\n db_field = db_model._meta.columns[column]\r\n if field.field_type != db_field.field_type:\r\n to_change.append((field, db_field))\r\n\r\n is_valid = not any((to_remove, to_add, to_change))\r\n return ValidationResult(is_valid, True, to_add, to_remove, to_change)\r\n```",
"Pushed a new branch which contains the above commit (d6cbfd3), which includes this function as well as some basic unit tests. I don't plan on merging this, as it seems like a slippery slope of folks asking for more and more sophisticated difference detection. But it might be useful for those trying to implement something like you described?",
"Wow, thanks for the really quick and detailed answer. \r\nI totally understand that this might be an overkill and out of scope of such library to implement every detail properly. \r\nThe example code is helpful, thanks a lot!"
] | 2018-07-10T16:45:53 | 2018-07-11T07:46:59 | 2018-07-10T19:08:56 | NONE | null | I have some semi permanent data which I would be fine with losing when I need to update Schema.
It would be nice to have a feature to check whether Model changed and recreate table if needed. I would imagine API and use case like this
```python
for model in model_list:
if not db.validate_tables(model):
db.drop_tables([model])
db.create_tables([model])
```
I think this feature might be useful in early stages of many projects where it could be much simpler solution than running it manually or maintaining migration. Not sure how can this be implemented though. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1664/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1664/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1663 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1663/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1663/comments | https://api.github.com/repos/coleifer/peewee/issues/1663/events | https://github.com/coleifer/peewee/issues/1663 | 339,123,245 | MDU6SXNzdWUzMzkxMjMyNDU= | 1,663 | TypeError: get_sort_key() missing 1 required positional argument: 'ctx' | {
"login": "mindojo-victor",
"id": 17159503,
"node_id": "MDQ6VXNlcjE3MTU5NTAz",
"avatar_url": "https://avatars.githubusercontent.com/u/17159503?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mindojo-victor",
"html_url": "https://github.com/mindojo-victor",
"followers_url": "https://api.github.com/users/mindojo-victor/followers",
"following_url": "https://api.github.com/users/mindojo-victor/following{/other_user}",
"gists_url": "https://api.github.com/users/mindojo-victor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mindojo-victor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mindojo-victor/subscriptions",
"organizations_url": "https://api.github.com/users/mindojo-victor/orgs",
"repos_url": "https://api.github.com/users/mindojo-victor/repos",
"events_url": "https://api.github.com/users/mindojo-victor/events{/privacy}",
"received_events_url": "https://api.github.com/users/mindojo-victor/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"peewee==3.5.2\r\nPython 3.6.5",
"Oh, the model contained a bad attribute:\r\n```python\r\n assigned_at = peewee.DateTimeField\r\n```\r\n2.10.2 detected this, while 3.5.2 showed this error.\r\nAfter I added the parens, it worked.\r\n\r\nShould I close this issue?",
"> 2.10.2 detected this, while 3.5.2 showed this error.\r\n\r\nWhat did 2.10.2 do when this happened?",
"Something like \"Unknown field\".",
"I think I'm going to leave this as-is for now, as I'm not sure of a clean way to implement this.",
"Very unintuitive error message. This issue probably saved me hours of debugging. I did the same thing @mindojo-victor did. Maybe something in `BaseModel.__new__` like this:\r\n```\r\nfor field in dir(cls):\r\n if field.startswith('__'):\r\n pass\r\n if type(getattr(cls, field)) == type:\r\n raise ValueError('Fields must be initialized.')\r\n```\r\n\r\nI could work on PR",
"Whoo that was a fun 2 hrs trying to figure out what was wrong -- I was missing the parens after IntegerField\r\n\r\nIs there an easier way to detect this issue in the future?"
] | 2018-07-07T06:55:16 | 2020-10-20T20:11:54 | 2018-07-09T14:59:24 | NONE | null | What this might mean? I have no idea how to fix this. Or is it a bug in the `peewee` code?
```python
File "/Users/Vic/projects/brain2/brain/utils/reports/bi.py", line 449, in sync_author_tasks
BIAuthorTask.insert_many(author_tasks).on_conflict_replace().execute()
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 1560, in inner
return method(self, database, *args, **kwargs)
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 1631, in execute
return self._execute(database)
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 2274, in _execute
return super(Insert, self)._execute(database)
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 2049, in _execute
cursor = database.execute(self)
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 2637, in execute
sql, params = ctx.sql(query).query()
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 549, in sql
return obj.__sql__(self)
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 2258, in __sql__
self._generate_insert(self._insert, ctx)
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 2181, in _generate_insert
columns = sorted(accum, key=lambda obj: obj.get_sort_key(ctx))
File "/Users/Vic/projects/brain2/venv/lib/python3.6/site-packages/peewee.py", line 2181, in <lambda>
columns = sorted(accum, key=lambda obj: obj.get_sort_key(ctx))
TypeError: get_sort_key() missing 1 required positional argument: 'ctx'
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1663/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1663/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1662 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1662/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1662/comments | https://api.github.com/repos/coleifer/peewee/issues/1662/events | https://github.com/coleifer/peewee/issues/1662 | 338,836,780 | MDU6SXNzdWUzMzg4MzY3ODA= | 1,662 | Reject or warn on naive datetime objects for playhouse.postgres_ext.DateTimeTZField? | {
"login": "wonderbeyond",
"id": 228361,
"node_id": "MDQ6VXNlcjIyODM2MQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/228361?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wonderbeyond",
"html_url": "https://github.com/wonderbeyond",
"followers_url": "https://api.github.com/users/wonderbeyond/followers",
"following_url": "https://api.github.com/users/wonderbeyond/following{/other_user}",
"gists_url": "https://api.github.com/users/wonderbeyond/gists{/gist_id}",
"starred_url": "https://api.github.com/users/wonderbeyond/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wonderbeyond/subscriptions",
"organizations_url": "https://api.github.com/users/wonderbeyond/orgs",
"repos_url": "https://api.github.com/users/wonderbeyond/repos",
"events_url": "https://api.github.com/users/wonderbeyond/events{/privacy}",
"received_events_url": "https://api.github.com/users/wonderbeyond/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I'm going to leave it as-is, but you are welcome to subclass `DateTimeTZField` and add whatever validation you want in the appropriate places."
] | 2018-07-06T07:38:23 | 2018-07-06T14:53:38 | 2018-07-06T14:53:38 | NONE | null | When assign a naive datetime object to a model filed of DateTimeTZField, it results an utc-timezoned value into db.
This behavior is crude, because without the knowledge of the current timezone we cannot convert a naive datetime object to the right aware one.
Can we let DateTimeTZField just reject on naive datetime objects? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1662/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1662/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1661 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1661/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1661/comments | https://api.github.com/repos/coleifer/peewee/issues/1661/events | https://github.com/coleifer/peewee/pull/1661 | 338,437,361 | MDExOlB1bGxSZXF1ZXN0MTk5MzY2ODA0 | 1,661 | Fixed: import mysql driver | {
"login": "elonzh",
"id": 8749411,
"node_id": "MDQ6VXNlcjg3NDk0MTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/8749411?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/elonzh",
"html_url": "https://github.com/elonzh",
"followers_url": "https://api.github.com/users/elonzh/followers",
"following_url": "https://api.github.com/users/elonzh/following{/other_user}",
"gists_url": "https://api.github.com/users/elonzh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/elonzh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/elonzh/subscriptions",
"organizations_url": "https://api.github.com/users/elonzh/orgs",
"repos_url": "https://api.github.com/users/elonzh/repos",
"events_url": "https://api.github.com/users/elonzh/events{/privacy}",
"received_events_url": "https://api.github.com/users/elonzh/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"As I mentioned, I intend to prefer pymysql as it supports Python 3.x (whereas MySQLdb does not). I've updated the comment and provided a code snippet you can use to explicitly use MySQLdb (when you have both drivers installed for whatever reason)."
] | 2018-07-05T06:06:36 | 2018-07-05T14:37:56 | 2018-07-05T14:37:56 | NONE | null | Fixed: #1660 | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1661/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1661/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1661",
"html_url": "https://github.com/coleifer/peewee/pull/1661",
"diff_url": "https://github.com/coleifer/peewee/pull/1661.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1661.patch",
"merged_at": null
} |
https://api.github.com/repos/coleifer/peewee/issues/1660 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1660/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1660/comments | https://api.github.com/repos/coleifer/peewee/issues/1660/events | https://github.com/coleifer/peewee/issues/1660 | 338,436,776 | MDU6SXNzdWUzMzg0MzY3NzY= | 1,660 | the order of importing mysql database driver is wrong | {
"login": "elonzh",
"id": 8749411,
"node_id": "MDQ6VXNlcjg3NDk0MTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/8749411?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/elonzh",
"html_url": "https://github.com/elonzh",
"followers_url": "https://api.github.com/users/elonzh/followers",
"following_url": "https://api.github.com/users/elonzh/following{/other_user}",
"gists_url": "https://api.github.com/users/elonzh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/elonzh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/elonzh/subscriptions",
"organizations_url": "https://api.github.com/users/elonzh/orgs",
"repos_url": "https://api.github.com/users/elonzh/repos",
"events_url": "https://api.github.com/users/elonzh/events{/privacy}",
"received_events_url": "https://api.github.com/users/elonzh/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"So `mysql-python` (`MySQLdb`) does not support Python 3, which is why it is no longer preferred. The comment needs to be updated.\r\n\r\nIf you would like to explicitly use a particular driver, it is quite easy:\r\n\r\n```python\r\nimport MySQLdb\r\n\r\nclass MySQLDatabaseCustom(MySQLDatabase):\r\n def _connect(self):\r\n return MySQLdb.connect(db=self.database, **self.connect_params)\r\n```",
"[farcepest/MySQLdb1](https://github.com/farcepest/MySQLdb1) has already been abandoned, [PyMySQL/mysqlclient-python](https://github.com/PyMySQL/mysqlclient-python) has perfect Python3 support without losing performance benefit.",
"The code snippet I shared should work just fine. Again, peewee will continue to prefer pymysql, but you can always subclass and override the `_connect()` method. It's a bit surprising that you have both drivers installed, as you don't wish to use pymysql.",
"Sorry for disturbance.\r\n\r\nI was debugging a issue on production and I installed mycli, then I found that mycli is requiring PyMySQL as its driver and your comment in code.\r\n\r\nSo I thought, hey, I can make a PR, then two problems will be solved.\r\n\r\nIt sounds like a greate idea, right ?:smile:",
"No disturbance -- I recognize it's a somewhat opinionated stance and the comment was incorrect, which made it worse. Hope you're able to get things working."
] | 2018-07-05T06:03:02 | 2018-07-06T02:32:31 | 2018-07-05T14:36:42 | NONE | null | ```python
try:
import pymysql as mysql
except ImportError:
try:
import MySQLdb as mysql # prefer the C module.
mysql_passwd = True
except ImportError:
mysql = None
```
As your comment, we should prefer the C module as default because it has better performance for production but the order of importing mysql database driver is wrong.
It should be great If we can choose our database driver like sqlalchemy.
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1660/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1660/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1659 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1659/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1659/comments | https://api.github.com/repos/coleifer/peewee/issues/1659/events | https://github.com/coleifer/peewee/issues/1659 | 338,373,543 | MDU6SXNzdWUzMzgzNzM1NDM= | 1,659 | vcvarsall.bat | {
"login": "Rkauff",
"id": 34247878,
"node_id": "MDQ6VXNlcjM0MjQ3ODc4",
"avatar_url": "https://avatars.githubusercontent.com/u/34247878?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Rkauff",
"html_url": "https://github.com/Rkauff",
"followers_url": "https://api.github.com/users/Rkauff/followers",
"following_url": "https://api.github.com/users/Rkauff/following{/other_user}",
"gists_url": "https://api.github.com/users/Rkauff/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Rkauff/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Rkauff/subscriptions",
"organizations_url": "https://api.github.com/users/Rkauff/orgs",
"repos_url": "https://api.github.com/users/Rkauff/repos",
"events_url": "https://api.github.com/users/Rkauff/events{/privacy}",
"received_events_url": "https://api.github.com/users/Rkauff/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Weird, I would think you would only see that if you had cython, but how would you have cython without a c compiler?\r\n\r\nNo wheels.",
"Currently peewee is built using distutils, so there's no support for wheels at present."
] | 2018-07-04T20:53:35 | 2018-07-05T14:33:51 | 2018-07-05T14:33:51 | NONE | null | When trying to pip install peewee, I'm getting the message “unable to find vcvarsall.bat”
Are there wheels built for peewee? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1659/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1659/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1658 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1658/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1658/comments | https://api.github.com/repos/coleifer/peewee/issues/1658/events | https://github.com/coleifer/peewee/issues/1658 | 338,348,701 | MDU6SXNzdWUzMzgzNDg3MDE= | 1,658 | Registering and accessing Sqlite modules after connection to db | {
"login": "astrilchuk",
"id": 1706688,
"node_id": "MDQ6VXNlcjE3MDY2ODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/1706688?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/astrilchuk",
"html_url": "https://github.com/astrilchuk",
"followers_url": "https://api.github.com/users/astrilchuk/followers",
"following_url": "https://api.github.com/users/astrilchuk/following{/other_user}",
"gists_url": "https://api.github.com/users/astrilchuk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/astrilchuk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/astrilchuk/subscriptions",
"organizations_url": "https://api.github.com/users/astrilchuk/orgs",
"repos_url": "https://api.github.com/users/astrilchuk/repos",
"events_url": "https://api.github.com/users/astrilchuk/events{/privacy}",
"received_events_url": "https://api.github.com/users/astrilchuk/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Are you referring to the \"modules\" functionality in `apsw`? Or the `TableFunction` APIs? Or loading a shared-library sqlite3 module?",
"I'm using the `apsw.createmodule()` functionality in order to register a virtual table so I can import bulk data from external sources. Ideally I want to use a context to register the module, create the virtual table, import data, and finally drop the virtual table - though this functionality isn't what I'm asking for. I just would like the ability to create the module after the db connection has been established and perhaps reference the instance of the module from the connection object.\r\n\r\nI hope that makes sense.",
"If you look at the `register_module()` source code, it *should* be creating the module on the currently-open connection (and subsequent connections).\r\n\r\n```python\r\n def register_module(self, mod_name, mod_inst):\r\n self._modules[mod_name] = mod_inst\r\n if not self.is_closed():\r\n self.connection().createmodule(mod_name, mod_inst)\r\n```\r\n\r\nIf you want to only use the module for a single connection, you can instead:\r\n\r\n```python\r\nmymod = MyModule()\r\napsw_db = APSWDatabase(...)\r\napsw_db.connect()\r\n\r\napsw_db.connection().createmodule('mymod', mymod)\r\n```",
"> In summary, it would be nice to be able to create a module on-the-fly and access its instance via the connection object - since it's held anyway in a private dictionary.\r\n\r\nIt seems weird to me that you'd want to access the module *instance* since theoretically the instance should be opaque and is only accessed through a virtual table.",
"When I attempt to add a module after a connection has been established an exception is raised: `\"apsw.MisuseError: MisuseError: not an error\"` originating from line 40 of `apsw_ext.py`. It's very odd that it says \"not an error\" along with \"MisuseError\". If I add the modules before connecting it works just fine.\r\n\r\nThe reason I access the module instance is because I dynamically change its data source. i.e. I request multiple batches of external json data, assign the dictionary to the module, and perform a bulk insert. Then rinse and repeat.",
"What happens if you just use plain old APSW?",
"I think you have a problem with your module implementation. I've tested locally using the example virtual table in the APSW docs and it works regardless of how/when I register it.",
"I'm starting to come to the same conclusion but I'm not sure what I'm doing wrong. As long as I register the modules before connecting everything works 100%. I'll continue to investigate on my side and update when I have more information.",
"My point is that this isn't a peewee issue.",
"I never suggested this was a peewee issue. My original suggestion was that the modules be made publicly accessible. This suggestion is regardless of whether or not I'm correctly registering the modules. If you believe the modules should remain private, then I'm fine with this issue being closed.",
"For sure -- I think the traceback and behavior you're running into may be symptomatic of misusing the modules API however. If you wish to keep an instance handy that's of course possible, but my sense is that they are designed to be called by SQLite and should not exactly be \"stateful\" or mutable -- and exposing them via a public API might encourage that notion in other people.",
"It seems that I was somehow attempting to register the module twice which was causing the error. Funny thing is that I can't reproduce it now. I suspect I had some left-over debug code that has since been commented-out or deleted. \r\n\r\nAnd while investing the error it occurred to me that I just need to subclass the APSWDatabase to achieve what I want with accessing the instance. Sometimes I'm so focused on a particular solution that I miss the most obvious one staring me in the face.\r\n\r\nI'm sorry to have lead you on this goose chase. ",
"> I'm sorry to have lead you on this goose chase.\r\n\r\nNot at all - it's a process of mutual discovery. The library got a new test as well, so that's a win."
] | 2018-07-04T17:58:48 | 2018-07-06T02:31:31 | 2018-07-06T00:11:41 | NONE | null | This isn't a bug but a suggestion for possible improvement:
I recently ran across a scenario where I needed to conditionally register a Sqlite module for access to a virtual table. But I realized that I couldn't register the module after the database connection had been established. I also realized that even if I could register the module before connecting, I didn't have direct access to the module instance (I would have to keep my own reference to the module).
In summary, it would be nice to be able to create a module on-the-fly and access its instance via the connection object - since it's held anyway in a private dictionary.
Thanks | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1658/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1658/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1657 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1657/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1657/comments | https://api.github.com/repos/coleifer/peewee/issues/1657/events | https://github.com/coleifer/peewee/issues/1657 | 338,201,763 | MDU6SXNzdWUzMzgyMDE3NjM= | 1,657 | something like id__in(Django) for peewee | {
"login": "salva-imm",
"id": 32010748,
"node_id": "MDQ6VXNlcjMyMDEwNzQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/32010748?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/salva-imm",
"html_url": "https://github.com/salva-imm",
"followers_url": "https://api.github.com/users/salva-imm/followers",
"following_url": "https://api.github.com/users/salva-imm/following{/other_user}",
"gists_url": "https://api.github.com/users/salva-imm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/salva-imm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/salva-imm/subscriptions",
"organizations_url": "https://api.github.com/users/salva-imm/orgs",
"repos_url": "https://api.github.com/users/salva-imm/repos",
"events_url": "https://api.github.com/users/salva-imm/events{/privacy}",
"received_events_url": "https://api.github.com/users/salva-imm/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"`.where(MyModel.id.in_([1, 2, 3, 4]))`\r\n\r\nhttp://docs.peewee-orm.com/en/latest/peewee/query_operators.html#id1"
] | 2018-07-04T09:35:41 | 2018-07-04T12:46:09 | 2018-07-04T12:46:09 | NONE | null | hi ,
does peewee provide something like this on django ??
`Model.objects.filter(id__in=instance['model_ids'])`
the instance['model_ids'] is list of ids ([1,2,3,4,5,6])
i know i can use `on((Model.id==instance['id][0]) & |.......................)`
but my list length isnt fixed ,, can change
i want to get all of them once in single query,,
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1657/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1657/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1656 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1656/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1656/comments | https://api.github.com/repos/coleifer/peewee/issues/1656/events | https://github.com/coleifer/peewee/issues/1656 | 337,760,301 | MDU6SXNzdWUzMzc3NjAzMDE= | 1,656 | When my program running in ubuntu 16.04, something error what is show. | {
"login": "0xn0ne",
"id": 16507416,
"node_id": "MDQ6VXNlcjE2NTA3NDE2",
"avatar_url": "https://avatars.githubusercontent.com/u/16507416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/0xn0ne",
"html_url": "https://github.com/0xn0ne",
"followers_url": "https://api.github.com/users/0xn0ne/followers",
"following_url": "https://api.github.com/users/0xn0ne/following{/other_user}",
"gists_url": "https://api.github.com/users/0xn0ne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/0xn0ne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/0xn0ne/subscriptions",
"organizations_url": "https://api.github.com/users/0xn0ne/orgs",
"repos_url": "https://api.github.com/users/0xn0ne/repos",
"events_url": "https://api.github.com/users/0xn0ne/events{/privacy}",
"received_events_url": "https://api.github.com/users/0xn0ne/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Does your basemodel class have a database assigned?",
"How did you install python? Is it possible that you don't have the sqlite driver installed? You can test:\r\n\r\n```pycon\r\n>>> import sqlite3\r\n>>> sqlite3\r\n```",
"Closing due to unresponsiveness."
] | 2018-07-03T06:22:44 | 2018-07-05T14:38:24 | 2018-07-05T14:38:24 | NONE | null | This is error detail
```
web@VM-35-97-ubuntu:~/smallprogram/smallprogram-backend$ sudo python3.6 app.py
/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
""")
Traceback (most recent call last):
File "app.py", line 9, in <module>
from view import routes
File "/home/web/smallprogram/smallprogram-backend/view/__init__.py", line 180, in <module>
from model.user import User
File "/home/web/smallprogram/smallprogram-backend/model/user.py", line 17, in <module>
class User(BaseModel):
File "/usr/local/lib/python3.6/site-packages/peewee.py", line 5044, in __new__
cls._meta.set_primary_key(pk_name, pk)
File "/usr/local/lib/python3.6/site-packages/peewee.py", line 4904, in set_primary_key
self.add_field(name, field)
File "/usr/local/lib/python3.6/site-packages/peewee.py", line 4846, in add_field
field.bind(self.model, field_name, set_attribute)
File "/usr/local/lib/python3.6/site-packages/peewee.py", line 3864, in bind
self._constructor = model._meta.database.get_binary_type()
File "/usr/local/lib/python3.6/site-packages/peewee.py", line 2959, in get_binary_type
return sqlite3.Binary
AttributeError: 'NoneType' object has no attribute 'Binary'
```
And the database I use sqlite3, What's the proble?
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1656/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1656/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1655 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1655/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1655/comments | https://api.github.com/repos/coleifer/peewee/issues/1655/events | https://github.com/coleifer/peewee/issues/1655 | 337,596,151 | MDU6SXNzdWUzMzc1OTYxNTE= | 1,655 | Error when attaching Sqlite db using APSW | {
"login": "astrilchuk",
"id": 1706688,
"node_id": "MDQ6VXNlcjE3MDY2ODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/1706688?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/astrilchuk",
"html_url": "https://github.com/astrilchuk",
"followers_url": "https://api.github.com/users/astrilchuk/followers",
"following_url": "https://api.github.com/users/astrilchuk/following{/other_user}",
"gists_url": "https://api.github.com/users/astrilchuk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/astrilchuk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/astrilchuk/subscriptions",
"organizations_url": "https://api.github.com/users/astrilchuk/orgs",
"repos_url": "https://api.github.com/users/astrilchuk/repos",
"events_url": "https://api.github.com/users/astrilchuk/events{/privacy}",
"received_events_url": "https://api.github.com/users/astrilchuk/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks, fixed: 3475cbe0e092d9cea7f527b3a6a380b9bf714b86"
] | 2018-07-02T17:05:34 | 2018-07-02T20:21:54 | 2018-07-02T20:21:54 | NONE | null | I'm using APSW database driver(?) with peewee 3.5.1 and Sqlite and I am attempting to attach an in-memory database with the attach command:
db = apsw_ext.APSWDatabase("storage.db", pragmas=dict(foreign_keys=1, journal_mode="wal", cache_size=-1000 * 64))
...
db.attach(":memory:", "cache")
I'm getting an error on line 2812 of peewee.py stating: "'apsw.Connection' object has no attribute 'execute'".
Looking at the apsw docs, it appears that their connection object does not have have an execute() shortcut method.
If there's any more information I can provide please let me know.
Thanks
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1655/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1655/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1654 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1654/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1654/comments | https://api.github.com/repos/coleifer/peewee/issues/1654/events | https://github.com/coleifer/peewee/issues/1654 | 337,572,374 | MDU6SXNzdWUzMzc1NzIzNzQ= | 1,654 | Incorrect syntax for index creation in Sqlite when using schema | {
"login": "astrilchuk",
"id": 1706688,
"node_id": "MDQ6VXNlcjE3MDY2ODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/1706688?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/astrilchuk",
"html_url": "https://github.com/astrilchuk",
"followers_url": "https://api.github.com/users/astrilchuk/followers",
"following_url": "https://api.github.com/users/astrilchuk/following{/other_user}",
"gists_url": "https://api.github.com/users/astrilchuk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/astrilchuk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/astrilchuk/subscriptions",
"organizations_url": "https://api.github.com/users/astrilchuk/orgs",
"repos_url": "https://api.github.com/users/astrilchuk/repos",
"events_url": "https://api.github.com/users/astrilchuk/events{/privacy}",
"received_events_url": "https://api.github.com/users/astrilchuk/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Nice catch, thanks for reporting."
] | 2018-07-02T15:49:14 | 2018-07-02T16:58:21 | 2018-07-02T16:58:21 | NONE | null | Creating an index on a table with a schema specified (other than the default) produces the following sql for a Sqlite database:
CREATE UNIQUE INDEX IF NOT EXISTS "programhash_program_id" ON "cache"."programhash" ("program_id")
The Sqlite definition for index creation (https://www.sqlite.org/lang_createindex.html) states it should appear as:
CREATE UNIQUE INDEX IF NOT EXISTS "cache"."programhash_program_id" ON "programhash" ("program_id")
Thanks | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1654/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1654/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1653 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1653/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1653/comments | https://api.github.com/repos/coleifer/peewee/issues/1653/events | https://github.com/coleifer/peewee/issues/1653 | 337,444,399 | MDU6SXNzdWUzMzc0NDQzOTk= | 1,653 | peewee.OperationalError: (2013, 'Lost connection to MySQL server during query') | {
"login": "cookieY",
"id": 22343354,
"node_id": "MDQ6VXNlcjIyMzQzMzU0",
"avatar_url": "https://avatars.githubusercontent.com/u/22343354?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cookieY",
"html_url": "https://github.com/cookieY",
"followers_url": "https://api.github.com/users/cookieY/followers",
"following_url": "https://api.github.com/users/cookieY/following{/other_user}",
"gists_url": "https://api.github.com/users/cookieY/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cookieY/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cookieY/subscriptions",
"organizations_url": "https://api.github.com/users/cookieY/orgs",
"repos_url": "https://api.github.com/users/cookieY/repos",
"events_url": "https://api.github.com/users/cookieY/events{/privacy}",
"received_events_url": "https://api.github.com/users/cookieY/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"You probably want to more closely monitor your connection setup/teardown. These docs may be relevant: http://docs.peewee-orm.com/en/latest/peewee/database.html#error-2006-mysql-server-has-gone-away\r\n\r\nI've not seen that particular error. Probably best off trying to ask on StackOverflow and posting some more information about what exactly your application is doing when things break.",
"Hi.\r\nI have same problem after a while that my script is running. does it solve the issue that use `db.connect()` before **every** query and `db.close()` after it? or not? and is this efficient?",
"> and is this efficient?\r\n\r\nNo."
] | 2018-07-02T09:44:57 | 2018-11-24T22:17:34 | 2018-07-02T14:30:05 | NONE | null | I find that if mysql wait_timeout value is set too low peewee will lost connection .
so peewee can't automatically release the connection ?
how do I deal with this problem?
thanks | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1653/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1653/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1652 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1652/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1652/comments | https://api.github.com/repos/coleifer/peewee/issues/1652/events | https://github.com/coleifer/peewee/issues/1652 | 337,289,830 | MDU6SXNzdWUzMzcyODk4MzA= | 1,652 | Prefetch same model error | {
"login": "1xinghuan",
"id": 33982538,
"node_id": "MDQ6VXNlcjMzOTgyNTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/33982538?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/1xinghuan",
"html_url": "https://github.com/1xinghuan",
"followers_url": "https://api.github.com/users/1xinghuan/followers",
"following_url": "https://api.github.com/users/1xinghuan/following{/other_user}",
"gists_url": "https://api.github.com/users/1xinghuan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/1xinghuan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/1xinghuan/subscriptions",
"organizations_url": "https://api.github.com/users/1xinghuan/orgs",
"repos_url": "https://api.github.com/users/1xinghuan/repos",
"events_url": "https://api.github.com/users/1xinghuan/events{/privacy}",
"received_events_url": "https://api.github.com/users/1xinghuan/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I don't think you have any idea how prefetch is intended to be used... You don't need prefetch at all and you can do this all in a single query:\r\n\r\n```python\r\nTaskFile = File.alias() # File reference for Task.file object.\r\nversions = (Version\r\n .select(Version, Task, Shot, File, TaskFile)\r\n .join(Task)\r\n .join(Shot)\r\n .join(File)\r\n .join_from(Task, TaskFile))\r\n\r\nfor version in versions:\r\n print(version.name)\r\n task = version.task\r\n print(' ', task.name)\r\n print(' - shot=', task.shot.name, ' file=', task.shot.file.name)\r\n print(' - file\r\n```"
] | 2018-07-01T13:07:47 | 2018-07-02T05:56:26 | 2018-07-01T13:58:27 | NONE | null | I have some tables like these:
```
class File(ModelBase):
name = CharField(column_name='name', null=False)
class Shot(ModelBase):
name = CharField(column_name='name', null=False)
file= ForeignKeyField(column_name='file_id', model=File, field='id')
class Task(ModelBase):
name = CharField(column_name='name', null=False)
file= ForeignKeyField(column_name='file_id', model=File, field='id')
shot = ForeignKeyField(column_name='shot_id', model=Shot, field='id')
class Version(ModelBase):
name = CharField(column_name='name', null=False)
task = ForeignKeyField(column_name='task_id', model=Task, field='id')
```
When I try prefetch like this:
```
query = Version.select().limit(50)
prefetch(query,
Task, File, (Shot, Task), File
)
```
There will be an error:
```
peewee.ProgrammingError: missing FROM-clause entry for table "t2"
LINE 1: ...hots" AS "t1" WHERE ("t1"."file_id" IN (SELECT "t2"."id" ...
```
If I use prefetch twice:
```
query = Version.select().limit(50)
prefetch(query, Task, File)
prefetch(query, Task, Shot, File)
for q in query:
print q.task.name
print q.task.file.name
```
There are still lots of query being executed, it seems like the first prefetch doesn't work. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1652/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1652/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1651 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1651/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1651/comments | https://api.github.com/repos/coleifer/peewee/issues/1651/events | https://github.com/coleifer/peewee/issues/1651 | 337,192,593 | MDU6SXNzdWUzMzcxOTI1OTM= | 1,651 | peewee.OperationalError: Connection already opened. (peewee 3.3.4) | {
"login": "salva-imm",
"id": 32010748,
"node_id": "MDQ6VXNlcjMyMDEwNzQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/32010748?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/salva-imm",
"html_url": "https://github.com/salva-imm",
"followers_url": "https://api.github.com/users/salva-imm/followers",
"following_url": "https://api.github.com/users/salva-imm/following{/other_user}",
"gists_url": "https://api.github.com/users/salva-imm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/salva-imm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/salva-imm/subscriptions",
"organizations_url": "https://api.github.com/users/salva-imm/orgs",
"repos_url": "https://api.github.com/users/salva-imm/repos",
"events_url": "https://api.github.com/users/salva-imm/events{/privacy}",
"received_events_url": "https://api.github.com/users/salva-imm/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"i found problem\r\nit was when i tried to \"create\" record , and because of \"Not Availabe ForeignKey\" , peewee raised exception ,, and left connection open , till restarting workers , it return error ,, \r\n\r\nfor solving this problem , we can use \"Try , Except\" , and \"abort\" request when this happen ,, or use gevent workers ",
"It sounds like you're opening an already-opened connection. You will want to add middleware to manage the connections: http://docs.peewee-orm.com/en/latest/peewee/database.html#flask\r\n\r\nPeewee stores connection state in a thread-local so you can safely use peewee with multi-threaded (or gevent) web apps.\r\n\r\nI'd suggest that you post the relevant code on stackoverflow if you have more questions.",
"@coleifer \r\ni did exactly same thing , http://docs.peewee-orm.com/en/latest/peewee/database.html#flask\r\npeewee exceptions cause workers crash ,and leave connection open,.",
"Can you share the full traceback or some actual code?",
"```\r\nERROR in app: Exception on /course/form-save [POST]\r\nTraceback (most recent call last):\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 2292, in wsgi_app\r\n response = self.full_dispatch_request()\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1815, in full_dispatch_request\r\n rv = self.handle_user_exception(e)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask_cors/extension.py\", line 161, in wrapped_function\r\n return cors_after_request(app.make_response(f(*args, **kwargs)))\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1718, in handle_user_exception\r\n reraise(exc_type, exc_value, tb)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/_compat.py\", line 35, in reraise\r\n raise value\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1813, in full_dispatch_request\r\n rv = self.dispatch_request()\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1799, in dispatch_request\r\n return self.view_functions[rule.endpoint](**req.view_args)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/views.py\", line 88, in view\r\n return self.dispatch_request(*args, **kwargs)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flasgger/marshmallow_apispec.py\", line 79, in dispatch_request\r\n return super(SwaggerView, self).dispatch_request(*args, **kwargs)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/views.py\", line 158, in dispatch_request\r\n return meth(*args, **kwargs)\r\n File \"/home/user/Workspace_Py/my_app/app/course/api.py\", line 131, in post\r\n Parse(data)\r\n File \"/home/user/Workspace_Py/my_app/app/course/parser.py\", line 10, in Parse\r\n Obj['course_price']=int(Obj['course_price'])\r\nValueError: invalid literal for int() with base 10: 'dsvvgfbgf'\r\n[2018-07-01 13:00:10,859] ERROR in app: Exception on /course/form-save [POST]\r\nTraceback (most recent call last):\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 2292, in wsgi_app\r\n response = self.full_dispatch_request()\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1815, in full_dispatch_request\r\n rv = self.handle_user_exception(e)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask_cors/extension.py\", line 161, in wrapped_function\r\n return cors_after_request(app.make_response(f(*args, **kwargs)))\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1718, in handle_user_exception\r\n reraise(exc_type, exc_value, tb)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/_compat.py\", line 35, in reraise\r\n raise value\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1813, in full_dispatch_request\r\n rv = self.dispatch_request()\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1799, in dispatch_request\r\n return self.view_functions[rule.endpoint](**req.view_args)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/views.py\", line 88, in view\r\n return self.dispatch_request(*args, **kwargs)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flasgger/marshmallow_apispec.py\", line 79, in dispatch_request\r\n return super(SwaggerView, self).dispatch_request(*args, **kwargs)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/views.py\", line 158, in dispatch_request\r\n return meth(*args, **kwargs)\r\n File \"/home/user/Workspace_Py/my_app/app/course/api.py\", line 131, in post\r\n Parse(data)\r\n File \"/home/user/Workspace_Py/my_app/app/course/parser.py\", line 10, in Parse\r\n Obj['course_price']=int(Obj['course_price'])\r\nValueError: invalid literal for int() with base 10: 'dsvvgfbgf'\r\n[2018-07-01 13:00:17,098] ERROR in app: Exception on /auth/check [POST]\r\nTraceback (most recent call last):\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 2292, in wsgi_app\r\n response = self.full_dispatch_request()\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1815, in full_dispatch_request\r\n rv = self.handle_user_exception(e)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask_cors/extension.py\", line 161, in wrapped_function\r\n return cors_after_request(app.make_response(f(*args, **kwargs)))\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1718, in handle_user_exception\r\n reraise(exc_type, exc_value, tb)\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/_compat.py\", line 35, in reraise\r\n raise value\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 1811, in full_dispatch_request\r\n rv = self.preprocess_request()\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/flask/app.py\", line 2087, in preprocess_request\r\n rv = func()\r\n File \"/home/user/Workspace_Py/my_app/app/main.py\", line 51, in MiddleWare\r\n db.connect()\r\n File \"/home/user/Workspace_Py/my_app/lib/python3.5/site-packages/peewee.py\", line 2512, in connect\r\n raise OperationalError('Connection already opened.')\r\npeewee.OperationalError: Connection already opened.\r\n```\r\n\r\nthis is hapening when i run my app with \"gunicorn --workers 3 main:app\"\r\nand after crashing (On Peewee Create) , for some minutes it return \"peewee.OperationalError: Connection already opened.\" for all requests , ",
"Well, you have two tracebacks for this error in your code:\r\n\r\n```\r\nValueError: invalid literal for int() with base 10: 'dsvvgfbgf'\r\n```\r\n\r\nThe last one looks like the one you referenced in this ticket.\r\n\r\nMy best guess is that you're leaving some database connections open. Do you open a db connection as part of the app startup? i.e., to create tables or something? Do your views spawn other tasks that use the database and open a connection? You need to be sure to close your connections!\r\n\r\nNote that you can also pass `reuse_if_open=True` to the `db.connect()` call, which will not report an error if you forgot to close a connection somewhere:\r\n\r\n```python\r\ndb.connect(reuse_if_open=True)\r\n```\r\n\r\nBut this will only mask the problem.",
"thanks for reply , \r\nno , my \"table creation\" script is seperated from app and startup ,,\r\ni really just added \"connect and close\" to \"before and after request\" , \r\n\r\n\r\nmy main : \r\n```\r\[email protected]_request\r\ndef MiddleWare():\r\n\tdb.connect()\r\n ..........\r\n\tpass\r\n\r\[email protected]_request\r\ndef AfterReq(response):\r\n\tif not db.is_closed():\r\n\t\tdb.close()\r\n\treturn response\r\n```\r\n\r\nmy db_init.py:\r\n\r\n```\r\nfrom peewee import *\r\ndb = PostgresqlDatabase('testdb', user='user', password='password',\r\n host='localhost', port=5432)\r\n\r\nclass BaseModel(Model):\r\n class Meta:\r\n database = db\r\n```\r\n\r\nafter these , im importing db and BaseModel to My Models : (I done think this make connection open):\r\n\r\nfrom peewee import *\r\nfrom db_init import db,BaseModel\r\n```\r\n\r\nclass Tag(BaseModel):\r\n\tclass Meta:\r\n\t\ttable_name = 'tags_tag'\r\n\ttag = CharField(max_length=60,unique=True)\r\n\ten_tag = CharField(max_length=60,unique=True)\r\n```\r\nand using my model classes",
"You want `@app.teardown_request`, not `@app.after_request`.",
"I met the same problem. Because I run the code before app create: \r\n`db.database.create_tables([User, Note])`\r\nand I use `from playhouse.flask_utils import FlaskDB` as middleware.\r\nwhen in debug mode. everything is ok.\r\nbut when i use gunicorn. it raised:\r\n` raise OperationalError('Connection already opened.')`\r\n\r\n",
"```python\r\nwith db.database:\r\n db.database.create_tables([User, Note])\r\n```"
] | 2018-06-30T06:48:47 | 2019-04-07T13:03:38 | 2018-06-30T14:47:47 | NONE | null | im running peewee with flask ,
everything was fine , till i deployed my app with "Gunicorn , 3 workers and gracefull timeout arg"
any idea about using multiple workers with peewee ? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1651/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1651/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1650 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1650/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1650/comments | https://api.github.com/repos/coleifer/peewee/issues/1650/events | https://github.com/coleifer/peewee/issues/1650 | 336,888,941 | MDU6SXNzdWUzMzY4ODg5NDE= | 1,650 | Support for Postgres 10 IDENTITY columns | {
"login": "seamons",
"id": 11917193,
"node_id": "MDQ6VXNlcjExOTE3MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/11917193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/seamons",
"html_url": "https://github.com/seamons",
"followers_url": "https://api.github.com/users/seamons/followers",
"following_url": "https://api.github.com/users/seamons/following{/other_user}",
"gists_url": "https://api.github.com/users/seamons/gists{/gist_id}",
"starred_url": "https://api.github.com/users/seamons/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/seamons/subscriptions",
"organizations_url": "https://api.github.com/users/seamons/orgs",
"repos_url": "https://api.github.com/users/seamons/repos",
"events_url": "https://api.github.com/users/seamons/events{/privacy}",
"received_events_url": "https://api.github.com/users/seamons/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I slightly changed this:\r\n\r\n```python\r\nclass IdentityField(AutoField):\r\n field_type = 'INT GENERATED BY DEFAULT AS IDENTITY'\r\n```",
"Added support. By default Peewee will continue to use `AutoField` (which corresponds to `SERIAL`), but you now have the option of using `IdentityField` instead:\r\n\r\n```python\r\nclass MyModel(Model):\r\n id = IdentityField()\r\n data = TextField()\r\n```",
"Cool! Thanks for the rapid response"
] | 2018-06-29T07:14:17 | 2018-06-30T10:29:05 | 2018-06-29T13:52:02 | NONE | null | #Postgresql 10 has a new IDENTITY columns that replace SERIAL column:
> This is the SQL standard-conforming variant of PostgreSQL's serial
columns. It fixes a few usability issues that serial columns have:
> - CREATE TABLE / LIKE copies default but refers to same sequence
> - cannot add/drop serialness with ALTER TABLE
> - dropping default does not drop sequence
> - need to grant separate privileges to sequence
> - other slight weirdnesses because serial is some kind of special macro
SQLAlchemy has partially supported for it: [PostgreSQL — SQLAlchemy 1.2 Documentation](http://docs.sqlalchemy.org/en/latest/dialects/postgresql.html#postgresql-10-identity-columns)
I have tweaked the Peewee field to use IDENTITY column as follows:
```py
class AutoField(peewee.IntegerField):
"""Auto Increment ID Field
Suport PostgreSQL 10's IDENTITY column.
"""
#sequence = None # Disable sequence for auto increment id
#auto_increment = True
def __init__(self, *args, **kwargs):
kwargs['primary_key'] = True
kwargs['unique'] = True
kwargs['constraints'] = [peewee.SQL("GENERATED BY DEFAULT AS IDENTITY")]
super().__init__(*args, **kwargs)
```
Do you have any plan to officially support this feature? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1650/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1650/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1649 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1649/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1649/comments | https://api.github.com/repos/coleifer/peewee/issues/1649/events | https://github.com/coleifer/peewee/issues/1649 | 336,519,776 | MDU6SXNzdWUzMzY1MTk3NzY= | 1,649 | Allow arbitrary attributes on Fields | {
"login": "conqp",
"id": 3766192,
"node_id": "MDQ6VXNlcjM3NjYxOTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3766192?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/conqp",
"html_url": "https://github.com/conqp",
"followers_url": "https://api.github.com/users/conqp/followers",
"following_url": "https://api.github.com/users/conqp/following{/other_user}",
"gists_url": "https://api.github.com/users/conqp/gists{/gist_id}",
"starred_url": "https://api.github.com/users/conqp/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/conqp/subscriptions",
"organizations_url": "https://api.github.com/users/conqp/orgs",
"repos_url": "https://api.github.com/users/conqp/repos",
"events_url": "https://api.github.com/users/conqp/events{/privacy}",
"received_events_url": "https://api.github.com/users/conqp/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"While I understand how, with your use-case, you would want this functionality -- at present I am not interested in making such a change to how fields work. I think subclassing is going to be the way to go. You can create a mixin class and then apply it to fields, e.g.:\r\n\r\n```python\r\nclass FieldMixin(object):\r\n def __init__(self, *args, **kwargs):\r\n if 'serialize' in kwargs:\r\n # do something?\r\n super(FieldMixin, self).__init__(*args, **kwargs)\r\n\r\nclass MyCharField(FieldMixin, CharField): pass\r\n```\r\n\r\nAlternatively, you could handle this at the model level or at some other level...that's probably what I would end up doing -- put it at a higher level."
] | 2018-06-28T08:19:11 | 2018-06-28T14:16:12 | 2018-06-28T14:16:12 | CONTRIBUTOR | null | I am maintaining an own [extension of peewee](https://gitlab.com/HOMEINFO/peeweeplus) I use in several web applications.
For JSON-serializable models I currently use their "visibility" (Attrbiute prefixed with an underscore) state to determine whether to serialize and deserialize them or not.
I'd now like to have more control over serialization and deserialization of these fields.
Hence I'd like to add properties, set by respective keyword arguments like `deserialize`, `serialize` and `cascade` (in case of FK fields).
I obviously would need to subclass all types of fields in order to achieve that.
This is possible, but would require me to change the respective field classes in a lot of my code.
So my questions is this: May it be possible to allow arbitrary custom kwargs which will set appropriate properties on the fields?
I'm thinking of something like this:
```
class Field(ColumnBase):
…
def __init__(self, null=False, index=False, unique=False, column_name=None,
default=None, primary_key=False, constraints=None,
sequence=None, collation=None, unindexed=False, choices=None,
help_text=None, verbose_name=None, db_column=None,
_hidden=False, **kwargs):
…
for key, value in kwargs.items():
if hasattr(self, key):
raise DontCompromiseFieldFunctionality()
setattr(self, key, value)
```
If you think, that something like this may be reasonable to add, I'd be happy to write and submit the respective patch. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1649/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1649/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1648 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1648/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1648/comments | https://api.github.com/repos/coleifer/peewee/issues/1648/events | https://github.com/coleifer/peewee/issues/1648 | 336,453,009 | MDU6SXNzdWUzMzY0NTMwMDk= | 1,648 | Index name is differed from table_name when defining in Model class | {
"login": "imckl",
"id": 20377660,
"node_id": "MDQ6VXNlcjIwMzc3NjYw",
"avatar_url": "https://avatars.githubusercontent.com/u/20377660?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/imckl",
"html_url": "https://github.com/imckl",
"followers_url": "https://api.github.com/users/imckl/followers",
"following_url": "https://api.github.com/users/imckl/following{/other_user}",
"gists_url": "https://api.github.com/users/imckl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/imckl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/imckl/subscriptions",
"organizations_url": "https://api.github.com/users/imckl/orgs",
"repos_url": "https://api.github.com/users/imckl/repos",
"events_url": "https://api.github.com/users/imckl/events{/privacy}",
"received_events_url": "https://api.github.com/users/imckl/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks for the report, I suppose it would have been better to use the table name rather than the model name when declaring names for indices. Unfortunately, such a change would break backwards-compatibility, so I'm not too excited about changing this when there's a workaround that will allow you to control the index name.\r\n\r\nYou can:\r\n\r\n```python\r\n\r\nindex = ExampleTableWithSuffix.index(\r\n ExampleTableWithSuffix.column_a, \r\n name='example_table_with_suffix_column_a')\r\nExampleTableWithSuffix.add_index(index)\r\n```\r\n\r\nFor more info:\r\n\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#Model.index\r\n* http://docs.peewee-orm.com/en/latest/peewee/api.html#Model.add_index\r\n\r\n--------------------------------\r\n\r\nGoing forward I think it would be nice to follow more closely the sql naming conventions. So that mixed-case class names get underscores, rather than just being smashed into one word lower-case. I'll need to think about how to introduce such a change w/o impacting backwards-compatibility.",
"I've been working on a new branch that improves the table name generation (and fixes the index name generation so it uses the table name in all cases): https://github.com/coleifer/peewee/tree/feature/improved-table-names\r\n\r\nThe legacy table-name behavior can be preserved by specifying `legacy_table_names = True` in the model Meta options, but the index-naming change would take effect regardless.\r\n\r\nSuch a change could be pretty disruptive to Peewee users so I'd like to think about how best to handle getting it deployed, because I do think it's a worthwhile improvement.\r\n\r\nExample class name -> table name with new code:\r\n\r\n* User -> user\r\n* Tweet -> tweet\r\n* ActivityLog -> activity_log\r\n* UserProfile -> user_profile\r\n* APIRequest -> api_request\r\n* WebHTTPRequest -> web_http_request\r\n* getHTTPResponse -> get_http_response\r\n* FooBar -> foo_bar\r\n* foo__Bar -> foo_bar",
"I've applied this patch by hand and it works fine. \r\nOnly with some edge-cases(numeric letters in table name) not covered by the regex expression, by explicitly setting table_name that suits my need. \r\n\r\n## About backwards-compatibility:\r\nOf course this change could be really disruptive to users, so i'm thinking about how to reduce backwards-incompatibility range.\r\nJust assuming our final goal is to completely meet SQL(PostgreSQL) naming conventions, and Peewee could achieves it step-by-step.\r\n### keep naming consistency\r\n1. In my opinion, keeps naming consistency is a subset of SQL naming conventions. My initial intention to submit this issue is that index name(maybe some other also) generated by Peewee is out of naming consistency scope. And this patch fixes that hopefully. If we tend to apply naming consistency subset first, it produces less backwards-incompatibility overhead.\r\n2. For backwards-compatibility, we can just simply create new indexes on the fly, and provide a pwiz-like options to delete old-generated indexes. Old index will keep by default and show should-be-delete warning in case of using indexes explicitly already.\r\n3. I know duplicate indexes should have an impact on database efficiency. But if the Peewee user cares about efficiency, he/she should do the work themselves with instructions/tools provided by Peewee. For those who doesn't care about, just to leave it alone.\r\n### follow basic SQL naming conventions by default\r\n1. I really like the idea auto convert class/table name to SQL naming conventions by default. But, unfortunately, this is the most disruptive part :(\r\nMy suggestion is still use legacy name by default, with deprecation warning in current major release. Finally Peewee will change legacy name to false in next major release\r\n2. For migration, we can provide something like - piwz --format=v3 old.db new_db_schema.py - that is handy for user to convert and migrate data.\r\n2. A future base model like __future__ in python?\r\n\r\nGenerally, backwards-compatibility gets more important depending on user-base, and not fully obeying naming conventions would not make code unworkable, however not vice versa in this situation. \r\nNaming itself still more of a subjective issue. If Peewee should concern more about backwards-compatibility due to huge user-base, just do what backwards-compatibility matters, it's fine :) We can still see tons of code base using Python 2.x after 10 years of Python 3 release, don't we?\r\n\r\nHope my suggestions above could be helpful.\r\n",
"> Only with some edge-cases(numeric letters in table name) not covered by the regex expression, by explicitly setting table_name that suits my need.\r\n\r\nCould you give examples? I thought it was working OK for numbers, too, e.g. Foo2Bar2Baz -> foo2_bar2_baz.\r\n\r\n> My suggestion is still use legacy name by default, with deprecation warning in current major release. Finally Peewee will change legacy name to false in next major release\r\n\r\nYes, I agree this change should coincide with a new major release, and users should be given plenty of warning.\r\n\r\nThanks for sharing your thoughts.",
"I've merged this functionality into `master`. It is disabled by default, but can be enabled by specifying `legacy_table_names = False` in your model's `Meta` options.\r\n\r\nDocumentation: http://docs.peewee-orm.com/en/latest/peewee/models.html#table-names",
"Thanks!\r\n\r\nMy website's url happens to be started with a numeric letter. This could be hard to determine whether it is tail or not, so just ignore this case :)\r\nExample:\r\n Site0myhostnameTable - start with numeric but not tail.\r\n output: site0_myhostname_table\r\n desired: site_0myhostname_table",
"Ehm, I was hoping there is database-wide option for non-legacy table names. Instead, I need to disable it in each model, which is inconsistent.",
"Most people use a base-class for their models, so as not to have to specify the database on each class. You could specify the `legacy_table_names` value in the base model as well."
] | 2018-06-28T02:42:41 | 2020-06-15T00:26:47 | 2018-06-29T15:11:28 | NONE | null | Just noticed index name is differed from table_name when defining in Model class, when using Meta.table_name.
This concerns on naming conventions.
Example code:
# class name meets PEP8
class ExampleTableWithSuffix(ContextModel):
column_pk = PrimaryKeyField()
column_a = IntegerField()
class Meta:
# table name meets PostgreSQL naming convention
table_name = 'example_table_with_suffix'
indexes = (
(("column_a", ), False),
)
And debug output:
[2018-06-28 10:22:47,596][DEBUG] - peewee: ('CREATE TABLE IF NOT EXISTS "example_table_with_suffix" ("column_pk" SERIAL NOT NULL PRIMARY KEY, "column_a" INTEGER NOT NULL)', [])
[2018-06-28 10:22:49,080][DEBUG] - peewee: ('CREATE INDEX IF NOT EXISTS "exampletablewithsuffix_column_a" ON "example_table_with_suffix" ("column_a")', [])
It seems use class name to generate index name instead of table_name, and this should break common SQL naming convention.
Perhaps naming it is more of a subjective issue, but keeping name to be consistency would be better if had choice, I think. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1648/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1648/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1647 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1647/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1647/comments | https://api.github.com/repos/coleifer/peewee/issues/1647/events | https://github.com/coleifer/peewee/issues/1647 | 336,417,654 | MDU6SXNzdWUzMzY0MTc2NTQ= | 1,647 | get_or_create return value is wrong in documentation | {
"login": "jouve",
"id": 1096799,
"node_id": "MDQ6VXNlcjEwOTY3OTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1096799?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jouve",
"html_url": "https://github.com/jouve",
"followers_url": "https://api.github.com/users/jouve/followers",
"following_url": "https://api.github.com/users/jouve/following{/other_user}",
"gists_url": "https://api.github.com/users/jouve/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jouve/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jouve/subscriptions",
"organizations_url": "https://api.github.com/users/jouve/orgs",
"repos_url": "https://api.github.com/users/jouve/repos",
"events_url": "https://api.github.com/users/jouve/events{/privacy}",
"received_events_url": "https://api.github.com/users/jouve/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks, will fix."
] | 2018-06-27T23:05:29 | 2018-06-27T23:43:03 | 2018-06-27T23:43:03 | NONE | null | it documents `Model` instead of tuple of `Tuple[Model, bool]`.
```raw
.. py:classmethod:: get_or_create(**kwargs)
...
:returns: :py:class:`Model` instance.
```
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1647/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1647/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1646 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1646/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1646/comments | https://api.github.com/repos/coleifer/peewee/issues/1646/events | https://github.com/coleifer/peewee/issues/1646 | 336,243,474 | MDU6SXNzdWUzMzYyNDM0NzQ= | 1,646 | Psycogreen and Peewee | {
"login": "mtairu",
"id": 4996264,
"node_id": "MDQ6VXNlcjQ5OTYyNjQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/4996264?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mtairu",
"html_url": "https://github.com/mtairu",
"followers_url": "https://api.github.com/users/mtairu/followers",
"following_url": "https://api.github.com/users/mtairu/following{/other_user}",
"gists_url": "https://api.github.com/users/mtairu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mtairu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mtairu/subscriptions",
"organizations_url": "https://api.github.com/users/mtairu/orgs",
"repos_url": "https://api.github.com/users/mtairu/repos",
"events_url": "https://api.github.com/users/mtairu/events{/privacy}",
"received_events_url": "https://api.github.com/users/mtairu/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"psycogreen is just settings a wait callback, so yeah it should be fine to use that instead."
] | 2018-06-27T14:00:56 | 2018-06-27T15:04:58 | 2018-06-27T15:04:58 | NONE | null | Following gevent, psycogreen and peewee, what is the difference btw:
```
import gevent
import gevent.monkey
gevent.monkey.patch_all()
import psycogreen.gevent
psycogreen.gevent.patch_psycopg()
```
this:
```
from gevent.socket import wait_read, wait_write
from psycopg2 import extensions
# Call this function after monkey-patching socket (etc).
def patch_psycopg2():
extensions.set_wait_callback(_psycopg2_gevent_callback)
def _psycopg2_gevent_callback(conn, timeout=None):
while True:
state = conn.poll()
if state == extensions.POLL_OK:
break
elif state == extensions.POLL_READ:
wait_read(conn.fileno(), timeout=timeout)
elif state == extensions.POLL_WRITE:
wait_write(conn.fileno(), timeout=timeout)
else:
raise ValueError('poll() returned unexpected result')
```
Ref:
- https://bitbucket.org/dvarrazzo/psycogreen/src/master/tests/test_gevent.py
- http://docs.peewee-orm.com/en/latest/peewee/database.html#async-with-gevent | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1646/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1646/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1645 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1645/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1645/comments | https://api.github.com/repos/coleifer/peewee/issues/1645/events | https://github.com/coleifer/peewee/issues/1645 | 335,827,188 | MDU6SXNzdWUzMzU4MjcxODg= | 1,645 | insert_from with raw SQL query broke between Peewee 2 and 3 | {
"login": "timovwb",
"id": 893402,
"node_id": "MDQ6VXNlcjg5MzQwMg==",
"avatar_url": "https://avatars.githubusercontent.com/u/893402?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/timovwb",
"html_url": "https://github.com/timovwb",
"followers_url": "https://api.github.com/users/timovwb/followers",
"following_url": "https://api.github.com/users/timovwb/following{/other_user}",
"gists_url": "https://api.github.com/users/timovwb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/timovwb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/timovwb/subscriptions",
"organizations_url": "https://api.github.com/users/timovwb/orgs",
"repos_url": "https://api.github.com/users/timovwb/repos",
"events_url": "https://api.github.com/users/timovwb/events{/privacy}",
"received_events_url": "https://api.github.com/users/timovwb/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"It looks like it's entering endless recursion...will take a look.",
"Fixed, thanks for reporting.",
"Thanks for the fast fix!",
"Thanks for the quality bug report."
] | 2018-06-26T13:45:38 | 2018-06-26T14:05:19 | 2018-06-26T13:56:11 | NONE | null | I've been using `insert_from` to migrate data from a non-Peewee table to a Peewee created table. It works as intended with Peewee 2, I'm moving to 3 but it hangs and keeps increasing memory usage.
Below is a minimal, full working example showing the issue.
```
from peewee import SqliteDatabase, Model, CharField, SQL
database = SqliteDatabase(":memory:")
class Foo(Model):
foo = CharField()
class Meta:
database = database
database.create_tables([Foo])
database.execute_sql("CREATE TABLE Bar (bar TEXT);")
database.execute_sql("INSERT INTO Bar (bar) VALUES ('testvalue');")
cursor = database.execute_sql("SELECT * FROM Bar;")
print(cursor.fetchone())
# Works correctly with Peewee 2.10.2, hangs and memory leak with 3.5.0
Foo.insert_from(query=SQL("SELECT bar FROM Bar;"), fields=[Foo.foo]).execute()
print(list(Foo.select()))
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1645/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1645/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1644 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1644/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1644/comments | https://api.github.com/repos/coleifer/peewee/issues/1644/events | https://github.com/coleifer/peewee/issues/1644 | 335,750,986 | MDU6SXNzdWUzMzU3NTA5ODY= | 1,644 | reflection got wrong mysql blob field type | {
"login": "GrayMissing",
"id": 7198181,
"node_id": "MDQ6VXNlcjcxOTgxODE=",
"avatar_url": "https://avatars.githubusercontent.com/u/7198181?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GrayMissing",
"html_url": "https://github.com/GrayMissing",
"followers_url": "https://api.github.com/users/GrayMissing/followers",
"following_url": "https://api.github.com/users/GrayMissing/following{/other_user}",
"gists_url": "https://api.github.com/users/GrayMissing/gists{/gist_id}",
"starred_url": "https://api.github.com/users/GrayMissing/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GrayMissing/subscriptions",
"organizations_url": "https://api.github.com/users/GrayMissing/orgs",
"repos_url": "https://api.github.com/users/GrayMissing/repos",
"events_url": "https://api.github.com/users/GrayMissing/events{/privacy}",
"received_events_url": "https://api.github.com/users/GrayMissing/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I'm confused by your issue. What exactly is the problem you are reporting? And if you read #1034, what are you confused about?",
"pwiz reflect mysql blob column to TextField, and TextField decode byte value using utf-8",
"Yeah, as it states in #1034, Peewee cannot differentiate blob from text due to a limitation in the introspection provided by pymysql. So you need to go through and change the TextFields to BlobFields."
] | 2018-06-26T10:15:38 | 2018-06-26T15:45:49 | 2018-06-26T15:45:49 | NONE | null | using pwiz to reflect created mysql table, I found blob column got a TextField defintion, which can lead to codec error. I don't think it's a proper way to decode byte_array using utf-8.
I read the issue before #1034 , but django's TextField seems more like BlobField in peewee... | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1644/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1644/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1643 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1643/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1643/comments | https://api.github.com/repos/coleifer/peewee/issues/1643/events | https://github.com/coleifer/peewee/issues/1643 | 335,499,160 | MDU6SXNzdWUzMzU0OTkxNjA= | 1,643 | Stopping Python 2.7 support | {
"login": "willyhakim",
"id": 5633805,
"node_id": "MDQ6VXNlcjU2MzM4MDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5633805?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/willyhakim",
"html_url": "https://github.com/willyhakim",
"followers_url": "https://api.github.com/users/willyhakim/followers",
"following_url": "https://api.github.com/users/willyhakim/following{/other_user}",
"gists_url": "https://api.github.com/users/willyhakim/gists{/gist_id}",
"starred_url": "https://api.github.com/users/willyhakim/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/willyhakim/subscriptions",
"organizations_url": "https://api.github.com/users/willyhakim/orgs",
"repos_url": "https://api.github.com/users/willyhakim/repos",
"events_url": "https://api.github.com/users/willyhakim/events{/privacy}",
"received_events_url": "https://api.github.com/users/willyhakim/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I'll take the temperature of the community when it gets closer to 2020, but at present there are no plans to drop 2.7 support."
] | 2018-06-25T17:28:37 | 2018-06-25T17:44:59 | 2018-06-25T17:44:59 | NONE | null | Since legacy python support is stopping in January 1st 2020, we should make peewee python 3 only | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1643/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1643/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1642 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1642/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1642/comments | https://api.github.com/repos/coleifer/peewee/issues/1642/events | https://github.com/coleifer/peewee/issues/1642 | 335,005,092 | MDU6SXNzdWUzMzUwMDUwOTI= | 1,642 | Improve pwiz documentation with some examples | {
"login": "willyhakim",
"id": 5633805,
"node_id": "MDQ6VXNlcjU2MzM4MDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5633805?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/willyhakim",
"html_url": "https://github.com/willyhakim",
"followers_url": "https://api.github.com/users/willyhakim/followers",
"following_url": "https://api.github.com/users/willyhakim/following{/other_user}",
"gists_url": "https://api.github.com/users/willyhakim/gists{/gist_id}",
"starred_url": "https://api.github.com/users/willyhakim/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/willyhakim/subscriptions",
"organizations_url": "https://api.github.com/users/willyhakim/orgs",
"repos_url": "https://api.github.com/users/willyhakim/repos",
"events_url": "https://api.github.com/users/willyhakim/events{/privacy}",
"received_events_url": "https://api.github.com/users/willyhakim/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thank you for the suggestion, I'll look into it. Glad you find it helpful!",
"http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#pwiz-a-model-generator\r\n\r\nNow includes more examples. Thanks for the suggestion.",
"Hahaha. You're so fast. I was hoping to make that my first PR"
] | 2018-06-22T20:13:14 | 2018-06-23T04:48:36 | 2018-06-22T20:42:50 | NONE | null | Pwiz is a helluva an awesome tool. Improving the docs around it by giving some examples for postgres, mysql and sqlite would be super cool. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1642/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1642/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1641 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1641/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1641/comments | https://api.github.com/repos/coleifer/peewee/issues/1641/events | https://github.com/coleifer/peewee/issues/1641 | 334,710,057 | MDU6SXNzdWUzMzQ3MTAwNTc= | 1,641 | peewee.OperationalError: too many SQL variables PLUS | {
"login": "cloud-admin",
"id": 13583446,
"node_id": "MDQ6VXNlcjEzNTgzNDQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/13583446?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cloud-admin",
"html_url": "https://github.com/cloud-admin",
"followers_url": "https://api.github.com/users/cloud-admin/followers",
"following_url": "https://api.github.com/users/cloud-admin/following{/other_user}",
"gists_url": "https://api.github.com/users/cloud-admin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cloud-admin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cloud-admin/subscriptions",
"organizations_url": "https://api.github.com/users/cloud-admin/orgs",
"repos_url": "https://api.github.com/users/cloud-admin/repos",
"events_url": "https://api.github.com/users/cloud-admin/events{/privacy}",
"received_events_url": "https://api.github.com/users/cloud-admin/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This is documented on SQLite's website, and the default is 999: https://www.sqlite.org/limits.html#max_variable_number\r\n\r\nThis is also documented in the bulk inserts section of peewee docs: http://docs.peewee-orm.com/en/latest/peewee/querying.html#bulk-inserts\r\n\r\n> SQLite users should be aware of some caveats when using bulk inserts. Specifically, your SQLite3 version must be 3.7.11.0 or newer to take advantage of the bulk insert API. Additionally, by default SQLite limits the number of bound variables in a SQL query to 999. This value can be modified by setting the SQLITE_MAX_VARIABLE_NUMBER flag.\r\n\r\nAs for your question, how many fields are on your model? Can you share a more verbose example of what's going on in the fromFileList method?",
"(1) sqlite3.sqlite_version = ***3.24.0***, I think it's OK.\r\n(2) The Code is simple: Parse Each File in list, Convert to Dict map to Model, Then Call replace many.\r\n\r\n```python\r\n\r\nclass FileInfo( BaseModel ):\r\n\t#\r\n\t# Multi-Database REQUIRED!\r\n\tclass Meta:\r\n\t\tdatabase = Proxy()\r\n\t#\r\n\tsize = IntegerField()\r\n\tmd5 = CharField( unique = True , max_length = 32 )\r\n\tsha1 = CharField( unique = True , max_length = 40 )\r\n\t#\r\n\tauthor = CharField()\r\n\tsummary = TextField()\r\n\ttitle = TextField()\r\n\tcontent = TextField()\r\n\treference = TextField()\r\n\r\nclass FileLite(object):\r\n\t#\r\n\t@classmethod\r\n\tdef fileToDict( cls , _file ):\r\n\t\t#\r\n\t\t_dict = {}\r\n\t\t#\r\n\t\t_dict['md5'] = md5( _file )\r\n\t\t_dict['sha1'] = sha1( _file )\r\n\t\t_dict['size'] = fileSize( _file )\r\n\t\t#\r\n\t\t#\r\n\t\t_fileFormat = FileFormat( _file )\r\n\t\t#\r\n\t\t_dict['author'] = _fileFormat.getAuthor()\r\n\t\t_dict['summary'] = _fileFormat.getSummary()\r\n\t\t_dict['title'] = _fileFormat.getTitle()\r\n\t\t_dict['content'] = _fileFormat.getContent()\r\n\t\t_dict['reference'] = _fileFormat.getReference()\r\n\t\t#\r\n\t\treturn _dict\r\n\t#\r\n\t@classmethod\r\n\tdef fromFileList( cls , fileList ):\r\n\t\t#\r\n\t\t_fileInfo = []\r\n\t\t#\r\n\t\tfor _file in fileList:\r\n\t\t\t_fileInfo.append( cls.fileToDict( _file ) )\r\n\t\t#\r\n\t\treturn FileInfo.replace_many( _fileInfo ).execute()\r\n```",
"Right, so you have X fields-per-model (looks like 8, but maybe you left some out for the example?) -- so 999 / 8 ~= 124 objects you could insert in one go max.",
"As far as I can tell this is not a Peewee issue, but running into limits imposed by SQLite.",
"It would be great if peewee could automatically batch up inserts upon the `insert_many` call (peewee is in a better position to count accurately the number of used SQL variables)"
] | 2018-06-22T01:06:58 | 2019-02-12T08:10:21 | 2018-06-26T13:46:05 | NONE | null | Hi there:
I'm using peewee to insert files into SQLite, I meet this error: peewee.OperationalError: too many SQL variables . I tried Google, some said it's because the SQLITE_MAX_VARIABLE_NUMBER.
So i searched and using this code to get the SQLITE_MAX_VARIABLE_NUMBER.
```python
def max_sql_variables():
"""Get the maximum number of arguments allowed in a query by the current
sqlite3 implementation. Based on `this question
`_
Returns
-------
int
inferred SQLITE_MAX_VARIABLE_NUMBER
"""
import sqlite3
db = sqlite3.connect(':memory:')
cur = db.cursor()
cur.execute('CREATE TABLE t (test)')
low, high = 0, 100000
while (high - 1) > low:
guess = (high + low) // 2
query = 'INSERT INTO t VALUES ' + ','.join(['(?)' for _ in range(guess)])
args = [str(i) for i in range(guess)]
try:
cur.execute(query, args)
except sqlite3.OperationalError as e:
if "too many SQL variables" in str(e):
high = guess
else:
raise
else:
low = guess
cur.close()
db.close()
return low
SQLITE_MAX_VARIABLE_NUMBER = max_sql_variables()
```
And i get the value is 999. Then I tried the following steps:
```
... code omit...
for _fileList in _list:
print "Insert %s Records" % len( _fileList )
FileLite.fromFileList( _fileList )
```
(1) I split my file list to 400, But it still said `peewee.OperationalError: too many SQL variables`
(2) I split my files list to 100,it still said `peewee.OperationalError: too many SQL variables`
(3) I split my files list into 80, It's ***OK!***
(4) I increase the value to 84, It ***seems*** OK and insert some data, but when the loops goes on, the `peewee.OperationalError: too many SQL variables` throws, ***HOW COULD THIS HAPPEN?*** | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1641/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1641/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1640 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1640/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1640/comments | https://api.github.com/repos/coleifer/peewee/issues/1640/events | https://github.com/coleifer/peewee/issues/1640 | 334,644,424 | MDU6SXNzdWUzMzQ2NDQ0MjQ= | 1,640 | Documentation Improvement - Master Issue | {
"login": "coleifer",
"id": 119974,
"node_id": "MDQ6VXNlcjExOTk3NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/119974?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coleifer",
"html_url": "https://github.com/coleifer",
"followers_url": "https://api.github.com/users/coleifer/followers",
"following_url": "https://api.github.com/users/coleifer/following{/other_user}",
"gists_url": "https://api.github.com/users/coleifer/gists{/gist_id}",
"starred_url": "https://api.github.com/users/coleifer/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/coleifer/subscriptions",
"organizations_url": "https://api.github.com/users/coleifer/orgs",
"repos_url": "https://api.github.com/users/coleifer/repos",
"events_url": "https://api.github.com/users/coleifer/events{/privacy}",
"received_events_url": "https://api.github.com/users/coleifer/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Really cool that you're doing this. The two things I look up the most are available field types and query operators. I find them easy to find via google and the table of contents so that's great!\r\n\r\nTwo things I struggled to find:\r\n\r\n1. Using `select` with fields from different tables, e.g. `A.select(A.name, B.date).join(B)...`. I wanted to get something akin to a list of namedtuples. I took me a while to find that I needed to use `objects` or `naive` in 2.x to do this. I wasn't sure what to search for so I eventually found this by looking through all the examples where `select` is to select certain fields. Not sure how to improve this.\r\n\r\n2. It took me a while to realize that `join` uses the most recently joined table. For example if I have:\r\n```\r\nclass Mother(BaseModel):\r\n username = CharField()\r\nclass Father(BaseModel):\r\n username = CharField()\r\nclass Child(BaseModel):\r\n mother = ForeignKeyField(Mother, backref='children')\r\n father = ForeignKeyField(Father, backref='children')\r\n username = CharField()\r\n```\r\nI try to do `Child.select().join(Father).join(Mother)`. I now know that I need to use `switch` or `join_from` but for some reason this took me a while to realize. Since `Child ⨝ Father` has a ForeignKey to `Mother`, I had somehow expected this to automagically work 🤔. This is probably a case of me not reading the documentation thoroughly and missing http://docs.peewee-orm.com/en/latest/peewee/querying.html#joining-on-multiple-tables.\r\n",
"Thanks for the feedback, I appreciate it!",
"I've started a new document that discusses relationships in peewee, including addressing many of the topics you've described: http://docs.peewee-orm.com/en/latest/peewee/relationships.html",
"Thanks! That looks great, I like having a dedicated section for those topics. It does seem easier to find plus I learned about `.c` and `dicts`.",
"Made some major improvements to the following sections:\r\n\r\n* [Common table expressions](http://docs.peewee-orm.com/en/latest/peewee/querying.html#common-table-expressions)\r\n* [Window functions](http://docs.peewee-orm.com/en/latest/peewee/querying.html#window-functions)\r\n* [Table names](http://docs.peewee-orm.com/en/latest/peewee/models.html#table-names)\r\n\r\nHopefully these new docs help someone trying to do some advanced SQL with Peewee -- or those who are confused about table names.",
"I have been bitten a few times reading the docs, trying to use features, only to realize the feature is only available in the master branch (or an updated version). It would be nice to be able to choose a specific version in read-the-docs. Or possibly make it clear which version \"stable\" refers to.",
"The documentation on JSONField, specifically .tree() and .children() can be improved. Reading your blog post on the matter helped me achieve the desired goal indirectly (without using the methods), but examples on how to use the methods would be greatly appreciated.",
"Added docs for the JSONField methods you mentioned. Thanks for the suggestion.",
"i am a Chinese student.I know you try to make the document easy to read.But i real have poor english.If we can have a Document wrote by Chinese , we can use peewee more easy. Thank you for reading.",
"Unfortunately that would require someone who knows Chinese and is very interested in putting a lot of effort into making a translation (and then keeping it up-to-date). English seems to be the lingua franca of open-source. Maybe google translate can help?",
"Thank you for your reply, google translation is not bad. If there is a project on github that helps translate the document, someone might be involved.",
"As discussed on IRC, the PostgreSQL \"UPDATE FROM\" feature could be really useful in documentation.",
"Just migrated from 2.10.2 to 3.6.4 and it was mostly a smooth experience (struggled a bit because I'm overriding some internals, but public API hasn't changed much which is nice).\r\n\r\nI plan to use CTEs that are now supported. Maybe you could mention/explain the `c` property (in `CTE`) that is used to refer to fields...?\r\n\r\nOther than that, I've always found peewee docs pretty nice, and although I'm sometimes yearning for more examples, SQL is such a vast landscape and you just cannot cover it all.\r\n\r\n---\r\n\r\nSomething else (sorry if this ain't the right forum to ask): When using CTEs, how can I:\r\n\r\n```sql\r\nWITH q AS (...) SELECT * FROM q;\r\n```\r\n\r\nI managed to run:\r\n\r\n```python\r\ncte = Node.select().where(...).order_by(...).cte('nodes')\r\nquery = Node.select().join(cte, on=(Node.id == cte.c.id)).with_cte(cte)\r\n```\r\n\r\nBut if I drop the join, then it fails (`Node.select()` produces `SELECT FROM \"node\"` not `\"nodes\"`). So, how can I do this without join? (Joining feels unnecessary and I seem to lose ordering then, too.)\r\n\r\n(Why would I want this? In some cases, my postgres query planner is choosing non-optimal plan (skipping index), and using CTEs helps with that (as for some reason, as CTE the index gets used.)",
"```python\r\ncte = Node.select().where(...).order_by(...).cte('notes')\r\n\r\n# When using cte.select_from() it's not necessary to specify \".with_cte()\"\r\nquery = cte.select_from(cte.c.id, cte.c.other_column)\r\n```",
"Yeah, I see it in http://docs.peewee-orm.com/en/latest/peewee/api.html?highlight=select_from#CTE.select_from, should have been more careful... thanks!",
"I would love if there was some fleshed out details on http://docs.peewee-orm.com/en/latest/peewee/database.html#adding-a-new-database-driver\r\n\r\nI am trying to drag https://github.com/COUR4G3/peewee-mssql into peewee 3.0 \r\nproblem is that the query compiler class doesn't exist anymore and I am not sure how to extend the new query API, \r\n\r\nThe immediate problem is around swapping limit & offset with either SELECT TOP or \r\n\"ORDER BY table.primary_key OFFSET %s ROWS FETCH NEXT %s ROWS ONLY\"\r\nthis will at least get it compatible with tsql 2012 onwards. \r\n",
"@Nocturem -- that's beyond the scope of the documentation I plan to write, anyways. The SQL generation code is much *much* better in Peewee 3.0 -- in fact that was the prime reason for the rewrite -- so hopefully you can find a way to make it work. After all, the SQL generation code can be read in its entirety in a single sitting, and won't be of much interest to the average user of Peewee...hence, no docs.",
"Would probably be beneficial to remove the wildcard imports\r\n\r\n`from peewee import *\r\n`\r\n\r\nin the documentation, just to make it easier to understand what parts come from where.\r\n\r\n",
"This link from the 3.5.2 Changelog doesn't work --> ``[window functions in Peewee](http://docs.peewee-orm.com/en/latest/peewee/querying.htmlwindow-functions)``",
"Erm...it seems working for me? 89f563d6ca1919e227007e0337bbb6df48c271fc",
"@coleifer I run a service called PyUp on some of my repo's that lets me know one of project requirements gets updated. It seems they mis-copied the link, dropping the hash mark out of it. See here --> https://pyup.io/changelogs/peewee/#3.5.2\r\n\r\n> Ah yes, we filter out #'s to remove markdown and github issue references, but our system incorrectly filter's out #'s in urls which is causing this error. Thanks for reporting it! We are working on a fix.\r\n\r\nSo everything is fine on your end. Sorry for the false alarm.",
"I would appreciate a deeper API docmentation of the design and structure of peewee.\r\nMaybe starting with docstrings?! I'd be happy to contribute here.",
"The quickstart doesn't mention the automagic class => table name mapping. Maybe this could be added to the info box, which currently reads:\r\n\r\n> Note that we named our model Person instead of People. This is a convention you should follow even though the table will contain multiple people, we always name the class using the singular form.",
"> I would appreciate a deeper API docmentation of the design and structure of peewee.\r\n\r\nIf it's documented, then it might be considered a public/stable API and people would then be entitled to the same expectations of stability (presumably) they would from the currently-documented APIs.",
"Class naming / table names note added here: c8b7422a9666b3193f45659c22d4237e2f884109\r\n\r\nI think one should be cautious about putting too much information in the quickstart, since it's intended as the briefest of introductions...but in this case I think it's probably worth explaining.",
"Another thing missing in the 3.x changes doc: \r\n\r\nRenaming of \r\n\r\n`JOIN_LEFT_OUTER` => `JOIN.LEFT_OUTER` etc.",
"More 3.x changes: the renaming of `extension_options` => `options` also applies to `FTSModel` / `FTS5Model` (doc just mentions `VirtualModel`) or maybe this is clear from the context? ",
"More 3.x changes: `as_entity()` removed, replaced with `._meta.entity`",
"I just spent far too long trying to figure out where `fn` came from (as in `fn.COUNT()`). I finally figured out it's an import from the `peewee` namespace. I'm not sure how to fix it yet, but it would be helpful to make it more clear.",
"I have one very small suggestion. Explicitly state all imports in documentation. I have to recover imports by greping names in source code to make examples work."
] | 2018-06-21T20:26:08 | 2018-11-24T22:18:22 | 2018-11-24T22:18:22 | OWNER | null | The purpose of this issue is to collect suggestions for how the documentation might be improved.
Some of the things I'm wondering:
* Is it easy to find the information you're looking for?
* Does the organization of the sections and subsections make it easy to find what you need?
* Are some sections too verbose? Too terse?
* Do we need more examples?
* Is there something you frequently find that you have to look-up or are confused by? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1640/reactions",
"total_count": 4,
"+1": 4,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1640/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1639 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1639/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1639/comments | https://api.github.com/repos/coleifer/peewee/issues/1639/events | https://github.com/coleifer/peewee/issues/1639 | 334,513,405 | MDU6SXNzdWUzMzQ1MTM0MDU= | 1,639 | Mention "register_hstore=True" parameter at "Changes in 3.0" docs page | {
"login": "droserasprout",
"id": 10263434,
"node_id": "MDQ6VXNlcjEwMjYzNDM0",
"avatar_url": "https://avatars.githubusercontent.com/u/10263434?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/droserasprout",
"html_url": "https://github.com/droserasprout",
"followers_url": "https://api.github.com/users/droserasprout/followers",
"following_url": "https://api.github.com/users/droserasprout/following{/other_user}",
"gists_url": "https://api.github.com/users/droserasprout/gists{/gist_id}",
"starred_url": "https://api.github.com/users/droserasprout/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/droserasprout/subscriptions",
"organizations_url": "https://api.github.com/users/droserasprout/orgs",
"repos_url": "https://api.github.com/users/droserasprout/repos",
"events_url": "https://api.github.com/users/droserasprout/events{/privacy}",
"received_events_url": "https://api.github.com/users/droserasprout/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2018-06-21T14:13:19 | 2018-06-21T16:57:48 | 2018-06-21T16:57:48 | NONE | null | We've spent some time to figure out why our HStore fields turned to strings after moving to 3.x peewee branch | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1639/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1639/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1638 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1638/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1638/comments | https://api.github.com/repos/coleifer/peewee/issues/1638/events | https://github.com/coleifer/peewee/pull/1638 | 333,413,684 | MDExOlB1bGxSZXF1ZXN0MTk1NjMxOTMy | 1,638 | update_or_create method added | {
"login": "hbasria",
"id": 567055,
"node_id": "MDQ6VXNlcjU2NzA1NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/567055?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hbasria",
"html_url": "https://github.com/hbasria",
"followers_url": "https://api.github.com/users/hbasria/followers",
"following_url": "https://api.github.com/users/hbasria/following{/other_user}",
"gists_url": "https://api.github.com/users/hbasria/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hbasria/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hbasria/subscriptions",
"organizations_url": "https://api.github.com/users/hbasria/orgs",
"repos_url": "https://api.github.com/users/hbasria/repos",
"events_url": "https://api.github.com/users/hbasria/events{/privacy}",
"received_events_url": "https://api.github.com/users/hbasria/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks, but I am not interested in this functionality."
] | 2018-06-18T19:59:55 | 2018-06-18T20:59:11 | 2018-06-18T20:59:11 | NONE | null | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1638/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1638/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1638",
"html_url": "https://github.com/coleifer/peewee/pull/1638",
"diff_url": "https://github.com/coleifer/peewee/pull/1638.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1638.patch",
"merged_at": null
} |
|
https://api.github.com/repos/coleifer/peewee/issues/1637 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1637/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1637/comments | https://api.github.com/repos/coleifer/peewee/issues/1637/events | https://github.com/coleifer/peewee/issues/1637 | 333,101,173 | MDU6SXNzdWUzMzMxMDExNzM= | 1,637 | Inserting pandas DataFrame | {
"login": "GitHubAre",
"id": 17234860,
"node_id": "MDQ6VXNlcjE3MjM0ODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/17234860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GitHubAre",
"html_url": "https://github.com/GitHubAre",
"followers_url": "https://api.github.com/users/GitHubAre/followers",
"following_url": "https://api.github.com/users/GitHubAre/following{/other_user}",
"gists_url": "https://api.github.com/users/GitHubAre/gists{/gist_id}",
"starred_url": "https://api.github.com/users/GitHubAre/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GitHubAre/subscriptions",
"organizations_url": "https://api.github.com/users/GitHubAre/orgs",
"repos_url": "https://api.github.com/users/GitHubAre/repos",
"events_url": "https://api.github.com/users/GitHubAre/events{/privacy}",
"received_events_url": "https://api.github.com/users/GitHubAre/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Can you convert the elements of a `DataFrame` into dictionaries or tuples? I'm not too familiar with Pandas.",
"It supports conversion to dictionary: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_dict.html\r\n\r\nWhich basically returns dictionary of dictionaries or a list of dictionaries.\r\nDataframe is basically representing multiple rows to be inserted.\r\nCan that dictionary be inserted as a \"bulk\" insert?\r\n\r\nI found your post: https://stackoverflow.com/questions/22750439/peewee-how-to-convert-a-dict-into-a-model/22753644\r\nIn that post there is a dictionary representing one row, where the DataFrame contains many rows.",
"Right, so you would do:\r\n\r\n```python\r\n# Convert a DF into a list of dicts.\r\nlist_of_dicts = convert_df_to_list_of_dicts(df)\r\nMyModel.insert_many(list_of_dicts).execute()\r\n```",
"Perfect, thank you!",
"Just to explicitly state the function it would be:\r\n`MyModel.insert_many(df.to_dict(orient='records')).execute()`\r\n\r\nThanks for this excellent ORM!"
] | 2018-06-17T23:22:59 | 2019-06-10T16:09:19 | 2018-06-18T14:18:20 | NONE | null | Hello,
Is there a way how to insert pandas DataFrame into a database?
Assuming that I have a class defined with exactly same attributes as the DataFrame's columns are (same data type and column name).
I have been googling and didnt find an answer for that (I found answer on how to select data from database into DataFrame, which is also useful: https://stackoverflow.com/questions/42596206/how-to-convert-a-select-query-into-a-pandas-dataframe-using-peewee).
I can think of iterating over the rows of DataFrame and bulk-insert them. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1637/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1637/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1636 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1636/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1636/comments | https://api.github.com/repos/coleifer/peewee/issues/1636/events | https://github.com/coleifer/peewee/issues/1636 | 332,525,442 | MDU6SXNzdWUzMzI1MjU0NDI= | 1,636 | Cannot access subquery result through alias [2.10.x -> 3.5.x migration] | {
"login": "rszalski",
"id": 184806,
"node_id": "MDQ6VXNlcjE4NDgwNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/184806?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rszalski",
"html_url": "https://github.com/rszalski",
"followers_url": "https://api.github.com/users/rszalski/followers",
"following_url": "https://api.github.com/users/rszalski/following{/other_user}",
"gists_url": "https://api.github.com/users/rszalski/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rszalski/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rszalski/subscriptions",
"organizations_url": "https://api.github.com/users/rszalski/orgs",
"repos_url": "https://api.github.com/users/rszalski/repos",
"events_url": "https://api.github.com/users/rszalski/events{/privacy}",
"received_events_url": "https://api.github.com/users/rszalski/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I've got it working, I believe:\r\n\r\n```python\r\nnotes_subq = (Note\r\n .select(Note.notebook, fn.GROUP_CONCAT(\r\n fn.JSON_OBJECT('text', Note.text)).alias('notes'))\r\n .group_by(Note.notebook)\r\n .alias('subq'))\r\n\r\nquery = (Notebook\r\n .select(Notebook, notes_subq.c.notes)\r\n .join(notes_subq,\r\n on=(Notebook.id == notes_subq.c.notebook_id).alias('note')))\r\n\r\nfor obj in query:\r\n print(obj.title, obj.note.notes)\r\n```\r\n\r\nWhat's going on here? In Peewee 3.x, Peewee attempts to be smarter about putting together a model graph. When you put the \"note\" alias on the join predicate, that tells peewee where to stick the related `Note` object and it's associated data. So peewee is storing the notebook data on the notebook instance, sees you are joining on a query of Note objects and the join predicate is saying \"alias me to note\", so it sticks the aggregated json string onto the \"notes\" attribute of the joined `Note` instance.\r\n\r\nIf you want to avoid the extra instances and have everything patched onto the Notebook instance, you can modify the code I provided:\r\n\r\n```python\r\nfor obj in query.objects():\r\n print(obj.title, obj.notes)\r\n```\r\n\r\nIn this case the \"notes\" backref *is* shadowed by the json string.",
"@coleifer Thanks for the response, it gives valuable context!\r\n\r\nSo just to be clear in your example you:\r\n\r\n1. Aliased the subquery under different name (to avoid confusion?)\r\n1. changed `notes_subquery.c.notes.alias('notes')` to `notes_subquery.c.notes` \r\n\r\nIs this correct? I'm trying to get to the gist of the changes we need to make on our side.\r\n\r\nHaving done the above in our code I still can't get `obj.note` attribute to be created. It looks like for some weird reason the join alias is being ignored.\r\n\r\nDo you know what might cause the attribute from join predicate's alias not to appear?\r\n\r\nOr how would PeeWee 3.x behave if I were to omit the alias altogether, i.e. instead of \r\n\r\n on=(Notebook.id == notes_subq.c.notebook_id).alias('note')\r\n\r\nwrite \r\n\r\n on=(Notebook.id == notes_subq.c.notebook_id)\r\n\r\nWhere would the related object be stored?",
"> Aliased the subquery under different name (to avoid confusion?)\r\n\r\nYeah, it made it less confusing having all these various \"notes\" aliases running around.\r\n\r\n> changed notes_subquery.c.notes.alias('notes') to notes_subquery.c.notes\r\n\r\nYeah, the \".alias('notes')\" isn't necessary.\r\n\r\n> Having done the above in our code I still can't get obj.note attribute to be created. It looks like for some weird reason the join alias is being ignored.\r\n\r\nWell, I used the code example you provided and the example I shared works correctly, so whatever the issue is would have to do with a mismatch between the example you provided and what your actual code is doing.\r\n\r\n> Where would the related object be stored?\r\n\r\nWithout an explicit alias it will still be stored under the \"note\" (which is the lower-case name of the table being referenced):\r\n\r\nFor example, it's still available as \"note.notes\":\r\n\r\n```python\r\nquery = (Notebook\r\n .select(Notebook, notes_subq.c.notes)\r\n .join(notes_subq,\r\n on=(Notebook.id == notes_subq.c.notebook_id)))\r\n\r\nfor obj in query:\r\n print(obj.title, obj.note, obj.note.notes)\r\n```",
"@coleifer Thanks again for all the answers. You made me revisit the code multiple times and after I started removing joins from a ~500 line query I noticed we missed a `.switch(Notebook)` before the join...\r\n\r\nThis caused a join to a different table which, coincidently, also had a `Notebook` FK which made it _not_ fail. It, however, did not produce any results and this was probably why the `note` attribute was missing from the resulting object.\r\n\r\nTBH I'm not sure how it worked on 2.10.0 but it did. Anyway, I'm sorry for the trouble, I'm closing this. At least I feel more confident writing Peewee queries now :)"
] | 2018-06-14T19:01:14 | 2018-06-15T15:32:14 | 2018-06-15T15:23:07 | NONE | null | Hi,
we are making a heavy use of Peewee and subqueries in our project. Recently we started migrating from Peewee `2.10.0` to `3.5.0` and stumbled upon some subtle issues.
Below is a hopefully clear example of how we use subqieries. I left in all the aliases as well as the `fn`s as they might give you a hint as to what is wrong here.
class Note():
text = CharField(null=False)
notebook = ForeignKeyField(
Notebook,
null=False,
backref='notes',
on_delete='CASCADE',
on_update='CASCADE',
)
class Meta():
database = db
table_name = 'notes'
class Notebook():
title = CharField(null=False)
class Meta():
database = db
table_name = 'notebooks'
notes_subquery = Note.select(
fn.CONCAT(
'[',
fn.GROUP_CONCAT(
fn.JSON_OBJECT(
'text',
Note.text,
)
),
']'
).alias('notes'),
).alias('notes')
query = (
Notebook
.select(
Notebook,
notes_subquery.c.notes.alias('notes'),
)
.join(
notes_subquery,
JOIN.LEFT_OUTER,
on=(Notebook.id == notes_subquery.c.notebook_id).alias('note')
)
)
obj = query.get()
If we execute `obj.notes` we get a `<ModelSelect>` object, instead of the string that contains the concatenated JSON (`'[<obj>]'`). This `<ModelSelect>` probably corresponds to the `backref='notes'` argument, which shadows all other attributes on the resulting `obj`. After we remove the `backref` altogether, the resulting object has `notes_set` (probably an implicit backref) but still, _none of our aliases show up_. It's impossible to access contents of the subquery through the resulting `obj`. We tried changing the aliases and removing them.
This worked just fine on `2.10.0`.
We have other examples where previously we would have written something like `obj.jobs` but now have to go through the _lowercased related model name: `obj.job.jobs`. This correctly returns a similar JSON value. This doesn't work for example above. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1636/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1636/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1635 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1635/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1635/comments | https://api.github.com/repos/coleifer/peewee/issues/1635/events | https://github.com/coleifer/peewee/issues/1635 | 332,138,103 | MDU6SXNzdWUzMzIxMzgxMDM= | 1,635 | Composable queries | {
"login": "christianmalek",
"id": 2873986,
"node_id": "MDQ6VXNlcjI4NzM5ODY=",
"avatar_url": "https://avatars.githubusercontent.com/u/2873986?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/christianmalek",
"html_url": "https://github.com/christianmalek",
"followers_url": "https://api.github.com/users/christianmalek/followers",
"following_url": "https://api.github.com/users/christianmalek/following{/other_user}",
"gists_url": "https://api.github.com/users/christianmalek/gists{/gist_id}",
"starred_url": "https://api.github.com/users/christianmalek/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/christianmalek/subscriptions",
"organizations_url": "https://api.github.com/users/christianmalek/orgs",
"repos_url": "https://api.github.com/users/christianmalek/repos",
"events_url": "https://api.github.com/users/christianmalek/events{/privacy}",
"received_events_url": "https://api.github.com/users/christianmalek/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Yes and no. Peewee, being written in Python, uses method-chaining to accomplish something like what ecto is doing.\r\n\r\nWith peewee you'd write:\r\n\r\n```python\r\nquery = Post.select() # equiv to \"select * from post\"\r\nquery2 = query.where(Post.published == True) # equiv to select * from post where published = true\r\n```\r\n\r\nQueries in peewee are composable in the sense, also, that they can be nested or combined to create new queries. For example:\r\n\r\n```python\r\n# Get all published posts.\r\npublished = Post.select().where(Post.published == True)\r\n\r\n# Get all comments that are on posts that were published.\r\ncomments_on_published = Comment.select().where(Comment.post.in_(published))\r\n```\r\n\r\nDoes this answer your question?",
"Hi @coleifer,\r\n\r\nThanks for your ultra-fast response!\r\n\r\nSo under-the-hood peewee is executing multiple queries (in your 2nd example). Seems like an possible performance impact.",
"It's absolutely not executing any queries. They are lazily evaluated when you iterate the results. That would be ridiculous.",
"Ah, ok. Sorry for the wrong implication.\r\n\r\nThanks for your fast response again. I'll look into using it. 👍 "
] | 2018-06-13T19:49:10 | 2018-06-13T20:37:34 | 2018-06-13T20:37:34 | NONE | null | Hi,
I'm a elixir guy and use ecto as primary OR mapper. ecto has the nice feature to create composable queries. So you can save queries and then use them as input for other queries.
Example (from https://blog.drewolson.org/composable-queries-ecto/):
```elixir
# query2 uses query as input
query = from p in MyApp.Post,
select: p
query2 = from p in query,
where: p.published == true
MyApp.Repo.all(query2)
```
Another example (same source):
```elixir
def for_post(query, post) do
from c in query,
join: p in assoc(c, :post)
where: p.id == ^post.id
end
def popular(query) do
query |> where([c], c.votes > 10)
end
def published(query) do
query |> where([c], c.published == true)
end
# The composable queries make it very easy to reuse and improve the code semantics
# It's obvious that you first filter the published Posts, sort them and then return one record
last_post = Post
|> Post.published
|> Post.sorted
|> MyApp.Repo.one
end
```
Is something like this possible with peewee?
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1635/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1635/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1634 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1634/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1634/comments | https://api.github.com/repos/coleifer/peewee/issues/1634/events | https://github.com/coleifer/peewee/issues/1634 | 330,965,487 | MDU6SXNzdWUzMzA5NjU0ODc= | 1,634 | Join to the same model with different depth | {
"login": "1xinghuan",
"id": 33982538,
"node_id": "MDQ6VXNlcjMzOTgyNTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/33982538?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/1xinghuan",
"html_url": "https://github.com/1xinghuan",
"followers_url": "https://api.github.com/users/1xinghuan/followers",
"following_url": "https://api.github.com/users/1xinghuan/following{/other_user}",
"gists_url": "https://api.github.com/users/1xinghuan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/1xinghuan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/1xinghuan/subscriptions",
"organizations_url": "https://api.github.com/users/1xinghuan/orgs",
"repos_url": "https://api.github.com/users/1xinghuan/repos",
"events_url": "https://api.github.com/users/1xinghuan/events{/privacy}",
"received_events_url": "https://api.github.com/users/1xinghuan/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"You need to use an alias for the 2nd reference:\r\n\r\n```python\r\nStatus2 = Status.alias()\r\nquery = Shot.select()\r\nquery = query.join(Status)...\r\nquery = query.switch(Shot).join(Project).join(Status2)\r\n```",
"Docs: http://docs.peewee-orm.com/en/latest/peewee/querying.html#using-model-aliases"
] | 2018-06-10T12:40:31 | 2018-06-10T16:22:42 | 2018-06-10T16:22:12 | NONE | null | I have models like this:
```
class Status(ModelBase):
name = CharField()
class Project(ModelBase):
name = CharField()
status = ForeignKeyField(Status)
class Shot(ModelBase):
name = CharField()
project = ForeignKeyField(Project)
status = ForeignKeyField(Status)
```
If I want to join Status using following query, there will be an error
```
query = Shot.select()
query = query.join(Status).where(....)
query = query.switch(Shot).join(Project).join(Status).where(....)
for q in query:
print q.id
```
`peewee.ProgrammingError: table name "t2" specified more than once`
Does that means peewee doesn't support this kind of multiple join or is there another way to do that?
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1634/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1634/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1633 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1633/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1633/comments | https://api.github.com/repos/coleifer/peewee/issues/1633/events | https://github.com/coleifer/peewee/issues/1633 | 330,844,608 | MDU6SXNzdWUzMzA4NDQ2MDg= | 1,633 | Benchmark with PostgreSQL gives worse insert results than with MySQL | {
"login": "sapph1re",
"id": 5317413,
"node_id": "MDQ6VXNlcjUzMTc0MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5317413?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sapph1re",
"html_url": "https://github.com/sapph1re",
"followers_url": "https://api.github.com/users/sapph1re/followers",
"following_url": "https://api.github.com/users/sapph1re/following{/other_user}",
"gists_url": "https://api.github.com/users/sapph1re/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sapph1re/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sapph1re/subscriptions",
"organizations_url": "https://api.github.com/users/sapph1re/orgs",
"repos_url": "https://api.github.com/users/sapph1re/repos",
"events_url": "https://api.github.com/users/sapph1re/events{/privacy}",
"received_events_url": "https://api.github.com/users/sapph1re/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This is such a complicated subject. It depends on many, many variables and config settings. The bench is an internal script I use to profile the code sometimes after making big changes. It's in no way an indication of how well a database is performing. Be smart. Ignore it. It is literally meaningless."
] | 2018-06-09T02:13:42 | 2018-06-09T15:03:17 | 2018-06-09T15:03:17 | NONE | null | I'm running bench.py. Using python 3.5, peewee 3.5.0, on Debian 9 with 64 GB of RAM.
With a MySQL database (driver mysqlclient):
```
insert 0.232
insert_related 0.315
batch_insert 0.227
bulk_insert 0.027
select 0.093
select_related 0.26
select_related_left 0.237
select_related_dicts 0.09
```
With a PostgreSQL database (driver psycopg2):
```
insert 0.35
insert_related 0.52
batch_insert 0.32
bulk_insert 0.024
select 0.082
select_related 0.218
select_related_left 0.205
select_related_dicts 0.064
```
Why are results with PostgreSQL are significantly worse on inserting operations than with MySQL? PostgreSQL is supposed to be faster, isn't it? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1633/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1633/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1632 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1632/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1632/comments | https://api.github.com/repos/coleifer/peewee/issues/1632/events | https://github.com/coleifer/peewee/issues/1632 | 330,772,488 | MDU6SXNzdWUzMzA3NzI0ODg= | 1,632 | Model with ManyToManyField throws NOT NULL constraint failed | {
"login": "kpoman",
"id": 9864839,
"node_id": "MDQ6VXNlcjk4NjQ4Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9864839?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kpoman",
"html_url": "https://github.com/kpoman",
"followers_url": "https://api.github.com/users/kpoman/followers",
"following_url": "https://api.github.com/users/kpoman/following{/other_user}",
"gists_url": "https://api.github.com/users/kpoman/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kpoman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kpoman/subscriptions",
"organizations_url": "https://api.github.com/users/kpoman/orgs",
"repos_url": "https://api.github.com/users/kpoman/repos",
"events_url": "https://api.github.com/users/kpoman/events{/privacy}",
"received_events_url": "https://api.github.com/users/kpoman/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Yeah, this is expected behavior because how can you create a reference in a through table if the object you're referencing doesn't have a primary key yet? Added a note to the docs to hopefully clarify this a little."
] | 2018-06-08T19:13:04 | 2018-06-10T20:41:19 | 2018-06-10T20:41:18 | NONE | null | Hello,
When creating an object of a Model that uses a ManyToManyField, one cannot set the property of the field before saving the object, otherwise it throws a NOT NULL constraint failed error.
For example:
obj = SomeModel()
obj.some_many2many_field = [1, 2, 3]
obj.save()
fails, but:
obj = SomeModel()
obj.save()
obj.some_many2many_field = [1, 2, 3]
obj.save()
works. No particular problem, just curious if there is something less ugly.
The error is:
> Traceback (most recent call last):
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 2576, in execute_sql
> cursor.execute(sql, params or ())
> sqlite3.IntegrityError: NOT NULL constraint failed: jeweler_styles_through.jeweler_id
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\flask\app.py", line 2292, in wsgi_app
> response = self.full_dispatch_request()
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\flask\app.py", line 1815, in full_dispatch_request
> rv = self.handle_user_exception(e)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\flask\app.py", line 1718, in handle_user_exception
> reraise(exc_type, exc_value, tb)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\flask\_compat.py", line 35, in reraise
> raise value
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\flask\app.py", line 1813, in full_dispatch_request
> rv = self.dispatch_request()
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\flask\app.py", line 1799, in dispatch_request
> return self.view_functions[rule.endpoint](**req.view_args)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\theone_ai\views\jeweler.py", line 47, in add
> form.populate_obj(jeweler)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\wtforms\form.py", line 96, in populate_obj
> field.populate_obj(obj, name)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\wtforms\fields\core.py", line 330, in populate_obj
> setattr(obj, name, self.data)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 4450, in __set__
> query.add(value, clear_existing=True)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 6089, in add
> accessor.through_model.insert_many(inserts).execute()
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 1525, in inner
> return method(self, database, *args, **kwargs)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 1596, in execute
> return self._execute(database)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 2239, in _execute
> return super(Insert, self)._execute(database)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 2014, in _execute
> cursor = database.execute(self)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 2589, in execute
> return self.execute_sql(sql, params, commit=commit)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 2583, in execute_sql
> self.commit()
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 2376, in __exit__
> reraise(new_type, new_type(*exc_args), traceback)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 175, in reraise
> raise value.with_traceback(tb)
> File "C:\Users\kpoman\PycharmProjects\theone-ai\venv\lib\site-packages\peewee.py", line 2576, in execute_sql
> cursor.execute(sql, params or ())
> peewee.IntegrityError: NOT NULL constraint failed: jeweler_styles_through.jeweler_id
> 127.0.0.1 - - [08/Jun/2018 15:59:57] "POST /jeweler/add?product=wg10x HTTP/1.1" 500 -
> | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1632/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1632/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1631 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1631/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1631/comments | https://api.github.com/repos/coleifer/peewee/issues/1631/events | https://github.com/coleifer/peewee/issues/1631 | 330,676,810 | MDU6SXNzdWUzMzA2NzY4MTA= | 1,631 | ManyToManyField add multiple (list, tuple) fails on python 2.7 | {
"login": "kpoman",
"id": 9864839,
"node_id": "MDQ6VXNlcjk4NjQ4Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9864839?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kpoman",
"html_url": "https://github.com/kpoman",
"followers_url": "https://api.github.com/users/kpoman/followers",
"following_url": "https://api.github.com/users/kpoman/following{/other_user}",
"gists_url": "https://api.github.com/users/kpoman/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kpoman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kpoman/subscriptions",
"organizations_url": "https://api.github.com/users/kpoman/orgs",
"repos_url": "https://api.github.com/users/kpoman/repos",
"events_url": "https://api.github.com/users/kpoman/events{/privacy}",
"received_events_url": "https://api.github.com/users/kpoman/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"It ran successfully for me using Python 2.7 and Peewee 3.5.",
"My hunch is that your Python 2.7 is linking against an old version of sqlite that may not support bulk inserts. You can verify by:\r\n\r\n```python\r\nimport sqlite3\r\nprint(sqlite3.sqlite_version)\r\n```\r\n\r\nBulk insert was added in sqlite 3.7.11. See the note in the docs:\r\n\r\nhttp://docs.peewee-orm.com/en/latest/peewee/querying.html#bulk-inserts\r\n"
] | 2018-06-08T14:18:14 | 2018-06-10T20:37:46 | 2018-06-10T20:37:46 | NONE | null | Hello,
I am testing my following code using ManyToManyField trying to add multiple relations. It works perfectly on Python 3.6, but fails on 2.7. Here is the error:
The code:
```
import peewee
db = peewee.SqliteDatabase('testdb.sqlite', check_same_thread=False)
SPECIALTY_CHOICES = (
(0, 'Sur mesure'),
(1, 'Reparations'),
(2, 'Vente grandes marques'),
(3, 'Mise au gout bijoux existants'),
(4, 'Collections propres')
)
STYLE_CHOICES = (
(0, 'Romantique'),
(1, 'Contemporain'),
(2, 'Glam rock'),
(3, 'Art deco'),
(4, 'Classique')
)
class BaseModel(peewee.Model):
class Meta:
database = db
class Styles(BaseModel):
label = peewee.CharField(32, unique=True)#IntegerField(choices=STYLE_CHOICES)
class Specialties(BaseModel):
label = peewee.CharField(32, unique=True)#IntegerField(choices=SPECIALTY_CHOICES)
class Jeweler(BaseModel):
email = peewee.TextField(null=True)
name = peewee.TextField(null=True)
surname = peewee.TextField(null=True)
phone = peewee.TextField(null=True)
raison_sociale = peewee.TextField(null=True)
num_immatriculation = peewee.TextField(null=True)
adresse_siege = peewee.TextField(null=True)
nom_commercial = peewee.TextField(null=True)
styles = peewee.ManyToManyField(Styles, backref='jewelers')
specialties = peewee.ManyToManyField(Specialties, backref='jewelers')
class SalePoint(BaseModel):
name = peewee.TextField()
address = peewee.TextField()
email = peewee.TextField()
jeweler = peewee.ForeignKeyField(Jeweler, backref='salepoints')
def populate_table(table, values):
try:
for v in values:
q = table.insert(label=v[1])
q.execute()
except Exception as e:
print(e)
print('create tables')
db.create_tables([Jeweler,
SalePoint,
Styles,
Specialties,
Jeweler.styles.get_through_model(),
Jeweler.specialties.get_through_model()])
print('done')
print('populate styles ...')
populate_table(Styles, STYLE_CHOICES)
print('populate specialties ...')
populate_table(Specialties, SPECIALTY_CHOICES)
#q = Styles.insert_many(STYLE_CHOICES)#, fields=[Styles.id, Styles.style])
print('create')
j = Jeweler()
print('save')
j.save()
print('add')
j.styles.add(1)
j.styles.add((2, 3, ))
#j.styles.add(3)
```
C:\Python27\python.exe "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 56397 --file C:/tmp/test_peewee/test.py
pydev debugger: process 11320 is connecting
> Connected to pydev debugger (build 181.5087.37)
> create tables
> done
> populate styles ...
> column label is not unique
> populate specialties ...
> column label is not unique
> create
> save
> add
> Traceback (most recent call last):
> File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1664, in <module>
> main()
> File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1658, in main
> globals = debugger.run(setup['file'], None, None, is_module)
> File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1068, in run
> pydev_imports.execfile(file, globals, locals) # execute the script
> File "C:/tmp/test_peewee/test.py", line 79, in <module>
> j.styles.add((2, 3, ))
> File "C:\Python27\lib\site-packages\peewee.py", line 6089, in add
> accessor.through_model.insert_many(inserts).execute()
> File "C:\Python27\lib\site-packages\peewee.py", line 1525, in inner
> return method(self, database, *args, **kwargs)
> File "C:\Python27\lib\site-packages\peewee.py", line 1596, in execute
> return self._execute(database)
> File "C:\Python27\lib\site-packages\peewee.py", line 2239, in _execute
> return super(Insert, self)._execute(database)
> File "C:\Python27\lib\site-packages\peewee.py", line 2014, in _execute
> cursor = database.execute(self)
> File "C:\Python27\lib\site-packages\peewee.py", line 2589, in execute
> return self.execute_sql(sql, params, commit=commit)
> File "C:\Python27\lib\site-packages\peewee.py", line 2583, in execute_sql
> self.commit()
> File "C:\Python27\lib\site-packages\peewee.py", line 2376, in __exit__
> reraise(new_type, new_type(*exc_args), traceback)
> File "C:\Python27\lib\site-packages\peewee.py", line 2576, in execute_sql
> cursor.execute(sql, params or ())
> peewee.OperationalError: near ",": syntax error
>
> Process finished with exit code -1073741819 (0xC0000005)
>
I am getting this error on Python 2.7 peewee 3.5 | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1631/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1631/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1630 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1630/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1630/comments | https://api.github.com/repos/coleifer/peewee/issues/1630/events | https://github.com/coleifer/peewee/issues/1630 | 330,573,039 | MDU6SXNzdWUzMzA1NzMwMzk= | 1,630 | ForeignField not compatible with BigAutoField | {
"login": "fenngwd",
"id": 8489549,
"node_id": "MDQ6VXNlcjg0ODk1NDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8489549?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fenngwd",
"html_url": "https://github.com/fenngwd",
"followers_url": "https://api.github.com/users/fenngwd/followers",
"following_url": "https://api.github.com/users/fenngwd/following{/other_user}",
"gists_url": "https://api.github.com/users/fenngwd/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fenngwd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fenngwd/subscriptions",
"organizations_url": "https://api.github.com/users/fenngwd/orgs",
"repos_url": "https://api.github.com/users/fenngwd/repos",
"events_url": "https://api.github.com/users/fenngwd/events{/privacy}",
"received_events_url": "https://api.github.com/users/fenngwd/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Fixed, thanks for the excellent report."
] | 2018-06-08T08:51:48 | 2018-06-10T20:49:54 | 2018-06-10T20:49:41 | CONTRIBUTOR | null | Description:
Column column_a in table B is a foreign key which references to primary_key a in table A. But if field type of primary_key a is BigAutoField, create table B will raise Exception(cann't add foreign key constraint).
How to reproduce the problem?
```python
import peewee as pw
from playhouse import db_url
db = db_url.connect('mysql+pool://root:root1234@localhost:3306/user')
class User(pw.Model):
uid = pw.BigAutoField()
class Meta:
table_name = 'user'
database = db
class UserSocial(pw.Model):
uid = pw.ForeignKeyField(User, backref='userSocials', index=True, column_name='uid')
class Meta:
table_name = 'user_social'
database = db
User.create_table()
UserSocial.create_table()
```
But if I change `BigAutoField` to `AutoField`, create_table will succeed. Or if I still want to use BigInt, I could update code like this
```python
import peewee as pw
from playhouse import db_url
db = db_url.connect('mysql+pool://root:root1234@localhost:3306/user')
class User(pw.Model):
uid = pw.BigIntegerField(primary_key=True)
uid.field_type = 'BigAuto'
class Meta:
table_name = 'user'
database = db
class UserSocial(pw.Model):
uid = pw.BigIntegerField()
class Meta:
table_name = 'user_social'
database = db
constraints = [pw.SQL('FOREIGN KEY(uid) '
'REFERENCES `user`(`uid`)')]
User.create_table()
UserSocial.create_table()
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1630/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1630/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1629 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1629/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1629/comments | https://api.github.com/repos/coleifer/peewee/issues/1629/events | https://github.com/coleifer/peewee/issues/1629 | 330,460,457 | MDU6SXNzdWUzMzA0NjA0NTc= | 1,629 | Force one-to-one backref? | {
"login": "albireox",
"id": 568775,
"node_id": "MDQ6VXNlcjU2ODc3NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/568775?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albireox",
"html_url": "https://github.com/albireox",
"followers_url": "https://api.github.com/users/albireox/followers",
"following_url": "https://api.github.com/users/albireox/following{/other_user}",
"gists_url": "https://api.github.com/users/albireox/gists{/gist_id}",
"starred_url": "https://api.github.com/users/albireox/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/albireox/subscriptions",
"organizations_url": "https://api.github.com/users/albireox/orgs",
"repos_url": "https://api.github.com/users/albireox/repos",
"events_url": "https://api.github.com/users/albireox/events{/privacy}",
"received_events_url": "https://api.github.com/users/albireox/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"No, this isn't supported as-such, but you are on the right track by adding a unique constraint. In this case why not just add a `property` or something to look-up the one-to-one related model?",
"Right, I hadn't thought of using a property but that works nicely. It would be nice if this becomes a feature at some point but for now this works for my needs. Thanks.",
"For simplicity's sake I'll probably leave it for now, but thanks."
] | 2018-06-07T22:40:23 | 2018-06-10T20:34:08 | 2018-06-10T20:34:08 | NONE | null | Is there a way to force a backref in a foreign key to be one to one? Right now all backrefs seem to create a list even if one takes measures to ensure the relationship is one-to-one (e.g., by making the backref column UNIQUE). In SQLA one can manage this by doing
```
relationship(ToModel, backref=backref(FromModel, uselist=False))
```
Is there a way to do this in peewee? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1629/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1629/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1628 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1628/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1628/comments | https://api.github.com/repos/coleifer/peewee/issues/1628/events | https://github.com/coleifer/peewee/issues/1628 | 330,243,465 | MDU6SXNzdWUzMzAyNDM0NjU= | 1,628 | How to handle "Reference Cycles" | {
"login": "JoshuaC3",
"id": 11645712,
"node_id": "MDQ6VXNlcjExNjQ1NzEy",
"avatar_url": "https://avatars.githubusercontent.com/u/11645712?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JoshuaC3",
"html_url": "https://github.com/JoshuaC3",
"followers_url": "https://api.github.com/users/JoshuaC3/followers",
"following_url": "https://api.github.com/users/JoshuaC3/following{/other_user}",
"gists_url": "https://api.github.com/users/JoshuaC3/gists{/gist_id}",
"starred_url": "https://api.github.com/users/JoshuaC3/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JoshuaC3/subscriptions",
"organizations_url": "https://api.github.com/users/JoshuaC3/orgs",
"repos_url": "https://api.github.com/users/JoshuaC3/repos",
"events_url": "https://api.github.com/users/JoshuaC3/events{/privacy}",
"received_events_url": "https://api.github.com/users/JoshuaC3/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"http://docs.peewee-orm.com/en/latest/peewee/models.html#circular-foreign-key-dependencies"
] | 2018-06-07T12:08:05 | 2018-06-07T12:58:50 | 2018-06-07T12:58:50 | NONE | null | I have an auto generated db_model using pwiz. However, there is a reference cycle such that
```
class DataFaultReview(BaseModel):
data_fault = ForeignKeyField(column_name='data_fault_id', field='id', model=DataFault)
```
and
```
class DataFault(BaseModel):
current_review = ForeignKeyField(
column_name='current_review_id', field='data_fault_review',
model=DataFaultReview, null=True
)
```
reference one another.
How can/should I handle this?
Many thanks :) | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1628/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1628/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1627 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1627/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1627/comments | https://api.github.com/repos/coleifer/peewee/issues/1627/events | https://github.com/coleifer/peewee/issues/1627 | 330,243,443 | MDU6SXNzdWUzMzAyNDM0NDM= | 1,627 | better documentation of the init function | {
"login": "42sol-eu",
"id": 19718152,
"node_id": "MDQ6VXNlcjE5NzE4MTUy",
"avatar_url": "https://avatars.githubusercontent.com/u/19718152?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/42sol-eu",
"html_url": "https://github.com/42sol-eu",
"followers_url": "https://api.github.com/users/42sol-eu/followers",
"following_url": "https://api.github.com/users/42sol-eu/following{/other_user}",
"gists_url": "https://api.github.com/users/42sol-eu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/42sol-eu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/42sol-eu/subscriptions",
"organizations_url": "https://api.github.com/users/42sol-eu/orgs",
"repos_url": "https://api.github.com/users/42sol-eu/repos",
"events_url": "https://api.github.com/users/42sol-eu/events{/privacy}",
"received_events_url": "https://api.github.com/users/42sol-eu/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"It's documented here: http://docs.peewee-orm.com/en/latest/peewee/database.html#run-time-database-configuration\r\n\r\nIs there something specific you feel is missing?",
"Yes you are right, we had trouble to find it and it is not in any of the tutorial examples. The usage of None on the first parameter is also not described in the parameter description of the classes. This where the reasons for my supossed change in one or more of the quickstart examples. ",
"> it is not in any of the tutorial examples\r\n\r\nYes, this is intention as it's not considered the common use-case.\r\n\r\nRight at the very top there is a note call-out explaining deferred initialization:\r\n\r\nhttp://docs.peewee-orm.com/en/latest/peewee/api.html#Database\r\n\r\n> The database can be instantiated with None as the database name if the database is not known until run-time. In this way you can create a database instance and then configure it elsewhere when the settings are known. This is called deferred initialization.\r\n>\r\n> To initialize a database that has been deferred, use the init() method."
] | 2018-06-07T12:08:02 | 2018-06-10T16:32:15 | 2018-06-10T16:32:15 | NONE | null | The initialization of the Database classes with ``None`` as a name is not very obvious.
In my opinion it would be helpful to add this call directly to the quick start example.
see my suggestion at https://github.com/42sol-eu/peewee/blob/master/docs/peewee/quickstart.rst
What would you suggest?
| {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1627/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1627/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1626 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1626/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1626/comments | https://api.github.com/repos/coleifer/peewee/issues/1626/events | https://github.com/coleifer/peewee/issues/1626 | 330,200,961 | MDU6SXNzdWUzMzAyMDA5NjE= | 1,626 | MySQLDatabase return "using password: NO" when password is provided | {
"login": "ketozhang",
"id": 13506487,
"node_id": "MDQ6VXNlcjEzNTA2NDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/13506487?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ketozhang",
"html_url": "https://github.com/ketozhang",
"followers_url": "https://api.github.com/users/ketozhang/followers",
"following_url": "https://api.github.com/users/ketozhang/following{/other_user}",
"gists_url": "https://api.github.com/users/ketozhang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ketozhang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ketozhang/subscriptions",
"organizations_url": "https://api.github.com/users/ketozhang/orgs",
"repos_url": "https://api.github.com/users/ketozhang/repos",
"events_url": "https://api.github.com/users/ketozhang/events{/privacy}",
"received_events_url": "https://api.github.com/users/ketozhang/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Can you connect to this database directly without peewee?",
"@natku\r\n\r\nYes, I can access the database as root and other users.\r\n\r\nI've tried the MySQLDatabase with other users as well.",
"Have you tried using `passwd` instead of `password` for the password field?",
"@coleifer\r\n\r\nYes I have ",
"What MySQL driver are you using? Are you able to connect to the database using the driver directly? (e.g. pymysql, mysql-connector, etc)",
"Since I haven't heard anything I am closing. Please comment with answers to my questions and I'll happily reopen if there is still an issue.",
"@coleifer \r\n\r\nSorry for the late response, couldn't test out your question until the next weekday. Seems like pymysql returns the same error. So the root error doesn't seem to be peewee. Any suggestions?\r\n\r\n```py\r\n>>> pymysql.connect(db='database', user='username', password='***')\r\n(1045, \"Access denied for user 'intern'@'localhost' (using password: NO)\")\r\n```\r\n\r\nDo you recommend any other MySQL drivers for Python 3 since documentation only mentions pymysql (MySQLdb isn't going to work)?\r\n\r\n===\r\nHere's the problem [PyMySQL #651](https://github.com/PyMySQL/PyMySQL/issues/651), when setting up mysql I was using SHA256 auth.",
"Thanks for the edit homie...that's interesting. So sounds like a pymysql + mysql 8 / sha256 bug? You can use the de-facto mysql driver, \"mysql-connector\" with py3k if you wish. e.g.:\r\n\r\nhttps://github.com/coleifer/peewee/blob/master/playhouse/mysql_ext.py",
"I had exact the same issue with \r\n```\r\n>>> pymysql.__version__\r\n'0.8.0'\r\n```\r\nand simple upgrade `pip install pymysql --upgrade` to `0.9.3` version resolved it.",
"> I had exact the same issue with\r\n> \r\n> ```\r\n> >>> pymysql.__version__\r\n> '0.8.0'\r\n> ```\r\n> \r\n> and simple upgrade `pip install pymysql --upgrade` to `0.9.3` version resolved it.\r\n\r\nthis worked, its seems there is some issue with the version 0.8.0/0.8.1. upgrading the package is working for me. Thanks!",
"im getting Failed to connect to MySQL: Access denied for user ''@'localhost' (using password: NO)Wrong Username or Password error when i run one project in xampp 7.3.11 please help me to solve this error",
"Are you able to connect to the mysql database using the mysql shell? You may need to explicitly pass your username to the database when setting up the connection.",
"yes\n\nOn Thu, Nov 14, 2019 at 8:05 PM Charles Leifer <[email protected]>\nwrote:\n\n> Are you able to connect to the mysql database using the mysql shell?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/coleifer/peewee/issues/1626?email_source=notifications&email_token=ANXMUXMFB3FM23KWFNL5XDLQTVOZHA5CNFSM4FDYM3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEECBA2I#issuecomment-553914473>,\n> or unsubscribe\n> <https://github.com/notifications/unsubscribe-auth/ANXMUXKPO5X3MSXFVQVTSETQTVOZHANCNFSM4FDYM3YA>\n> .\n>\n"
] | 2018-06-07T09:57:59 | 2019-11-25T17:10:23 | 2018-06-10T16:32:59 | NONE | null | *Version: 3.5.0*
I'm trying to validate my connection via `MySQLDatabase` on a fresh MySQL server (added a user with permission to specified database) but it's not accepting a password:
```py
>>> db = MySQLDatabase('database', user='username', password='***')
>>> db.get_tables()
(1045, "Access denied for user 'username'@'localhost' (using password: NO)")
```
I checked `db.__dict__['connect_params']['password']` and it exist there.This differs from another MySQL server which uses [email protected], succeeds to connect. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1626/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1626/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1625 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1625/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1625/comments | https://api.github.com/repos/coleifer/peewee/issues/1625/events | https://github.com/coleifer/peewee/issues/1625 | 330,088,738 | MDU6SXNzdWUzMzAwODg3Mzg= | 1,625 | Select column alias fails when alias name == column name | {
"login": "elgow",
"id": 11529401,
"node_id": "MDQ6VXNlcjExNTI5NDAx",
"avatar_url": "https://avatars.githubusercontent.com/u/11529401?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/elgow",
"html_url": "https://github.com/elgow",
"followers_url": "https://api.github.com/users/elgow/followers",
"following_url": "https://api.github.com/users/elgow/following{/other_user}",
"gists_url": "https://api.github.com/users/elgow/gists{/gist_id}",
"starred_url": "https://api.github.com/users/elgow/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/elgow/subscriptions",
"organizations_url": "https://api.github.com/users/elgow/orgs",
"repos_url": "https://api.github.com/users/elgow/repos",
"events_url": "https://api.github.com/users/elgow/events{/privacy}",
"received_events_url": "https://api.github.com/users/elgow/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I should mention that this behavior was not present in Peewee 2.x. I hit it in upgrading to 3.5.0. ",
"Can you create a more concise example? I'm having a very hard time understanding because there's so much noise and nonsense.",
"OK, nevermind, after reading more closely I think I see what you're talking about. So, in the example that has the problem, you're expecting \"A.aa\" to be aliased to \"a\", but Peewee is turning it into \"aa\"?",
"Hi Charles,\r\n\r\n\r\nI wrote the example as a join to mimic the situation in my production code that exposed the problem. My initial assumption was that the alias failure was related to the join key. I learned from the test code that the same thing happens on a single table and it stems from the alias being the same as the table name. I could have stripped out the 2nd table and the join queries, but I didn't think they added so much confusion.\r\n\r\n\r\nThe basic point, as you say in your last email, is that the alias of \"a\" in the 2nd of each of the two pairs of queries (single table and join) is ignored and the name of the model field, \"aa\" is used instead. The 1st of each pair of queries demonstrates that alias() works if the alias name is not the same as the table name.\r\n\r\n\r\n Ed\r\n\r\n\r\n________________________________\r\nFrom: Charles Leifer <[email protected]>\r\nSent: Thursday, June 7, 2018 5:57:13 AM\r\nTo: coleifer/peewee\r\nCc: Edward L. Gow; Author\r\nSubject: Re: [coleifer/peewee] Select column alias fails when alias name == column name (#1625)\r\n\r\n\r\nOK, nevermind, after reading more closely I think I see what you're talking about. So, in the example that has the problem, you're expecting \"A.aa\" to be aliased to \"a\", but Peewee is turning it into \"aa\"?\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/coleifer/peewee/issues/1625#issuecomment-395410476>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AK_suazFw47fQZZ5s0mmWbdG4P0x4T1jks5t6SMpgaJpZM4UdnRB>.\r\n",
"For future unit test purposes here's a minimal test case, plus one extra print statement to document the issue. \r\n\r\n```\r\nfrom peewee import *\r\n\r\nCOLUMN_NAME = 'column_name'\r\n\r\ndb = SqliteDatabase(':memory:')\r\ndb.connect()\r\n\r\nclass A(Model):\r\n a = IntegerField(column_name=COLUMN_NAME)\r\n class Meta:\r\n database = db\r\n\r\ndb.create_tables([A])\r\nA.insert(dict(a=1)).execute()\r\n\r\nres = next(A.select( A.a.alias(COLUMN_NAME), A.a.alias('aaa'), A.a.alias('bbb'),).dicts().iterator())\r\n\r\nprint('Alias(COLUMN_NAME) does not work; gets replaced by field name. Others work.: ', res)\r\nassert res.keys() == {COLUMN_NAME, 'aaa', 'bbb'}\r\n```\r\n",
"This is partially related to a fix I made for #1473.\r\n\r\nPeewee uses the following heuristic to map selected values to fields/model-attributes: if the unwrapped node that was selected is a field (in your case this is true, because you have a field \"wrapped\" in an alias), and the selected value is named either the field name or column name, then peewee will assign it to the given field using that field's name.\r\n\r\nThis allows things to work in other edge-cases, like primary-keys that are also foreign-keys.\r\n\r\nI'm not sure about an easy fix here but will think about it. This seems like a bit of an odd usage of Peewee, however? Confusing, at the very least?",
"Simplified test-case:\r\n\r\n```diff\r\ndiff --git a/tests/models.py b/tests/models.py\r\nindex 3f364bd..44c00c4 100644\r\n--- a/tests/models.py\r\n+++ b/tests/models.py\r\n@@ -3431,3 +3431,22 @@ class TestModelFieldReprs(BaseTestCase):\r\n \r\n f = Foo(id=1337)\r\n self.assertEqual(repr(f), 'TWEET: 1337')\r\n+\r\n+\r\n+class ColAlias(TestModel):\r\n+ name = TextField(column_name='pname')\r\n+\r\n+\r\n+class TestQueryAliasToColumnName(ModelTestCase):\r\n+ requires = [ColAlias]\r\n+\r\n+ def setUp(self):\r\n+ super(TestQueryAliasToColumnName, self).setUp()\r\n+ for name in ('huey', 'mickey'):\r\n+ ColAlias.create(name=name)\r\n+\r\n+ def test_alias_to_column_name(self):\r\n+ query = (ColAlias\r\n+ .select(ColAlias.name.alias('pname'))\r\n+ .order_by(ColAlias.name))\r\n+ self.assertEqual([row.pname for row in query], ['huey', 'mickey'])\r\n```",
"Hi, @coleifer , is it possible to allow us to custom cursor wrapper? By this way, we can use our own `ModelDictCursorWrapper` which checkout attribute list directly from `self.cursor.description` rather than processed `self.columns`. Most of the time, I only want to use data dicts and alias the foreign key field to its column name (with `_id` suffix), however, since the `_get_cursor_wrapper` is inherit from `_ModelQueryHelper`, I cannot find a easy way to add a customized cursor wrapper.",
"Hi, @coleifer, I agree that it's a strange edge case issue. The reason that I hit it was that I migrated code (which I inherited) from having SQL inline to using Peewee so that I could conventiently move the code off of sqlite onto Postgresql. The SQL based code caused the names returned by queries to be the same as column names, and those names were used in code that accessed the result sets. I renamed some fields in the Peewee model to be \"nicer\" than the column names, but instead of purging the code of the old column name references I relied on alias() in specific queries. \r\n\r\nWhen you consider my path to the problem, I'd suggest that it's pretty likely that others will tread that same path. For that reason I think that this particular edge case is probably worth worrying about. ",
"> I'd suggest that it's pretty likely that others will tread that same path. For that reason I think that this particular edge case is probably worth worrying about.\r\n\r\nI'm not sure I agree. It seems strange to me to rename a database column explicitly to have a \"nicer\" name, but then in your code to refer to it using it's original database column name. More-or-less the problem looks like this:\r\n\r\n```python\r\nclass User(Model):\r\n # Give column \"the_user_name\" a nicer, normalized attribute name:\r\n username = TextField(column_name='the_user_name')\r\n\r\n# But wait...actually, we want to use the original column name instead?\r\nquery = User.select(User.username.alias('the_user_name'))\r\n```\r\n\r\nIf that's your workflow, why give it a different field name in the first place? e.g., why not:\r\n\r\n```python\r\nclass User(Model):\r\n the_user_name = TextField()\r\n```\r\n\r\nI *do agree* that there may be a bug here, and I intend to try and fix it, but I'd suggest that you might be doing something weird :)",
"Regardless, I have fixed the issue. See 692db22 for details on the changes to the implementation.",
"My work-around to get past the problem was indeed to change the field name back from my \"nicer\" name to the DB column name. It makes the ORM class messier, (and having \"nice\" classes to represent data is one of the reasons I use an ORM in the first place), but it solved the problem. An alternative would have been to fix all of the references to the result set dicts, but that involved a lot of jinja2 templates, so it was a bit of a chore. Version 2.x of Peewee had no trouble with the alias name so I hadn't had to worry about it in the couple of years I've had the code running on Peewee and Postgresql.\r\n\r\nIf you had decided just to document the issue and advise people not to alias to the table name I would have considered that a reasonable response. The only real issue is the surprise factor of the alias being present in the `cursor.description` but not being reflected in the dict keys. I do think that others would have run into it and spent time trying to figure it out as I did , so thank you for fixing the issue. I often recommend Peewee as a simpler alternative to Alchemy, so having it just work helps avoid blowback from those who take that advice.",
"> The only real issue is the surprise factor of the alias being present in the cursor.description but not being reflected in the dict keys.\r\n\r\nPeewee should respect the alias given to the field in the query, so this was definitely a bug, albeit one that I had not anticipated. I appreciate the report and your patience while I investigated it and made the fix."
] | 2018-06-07T01:49:39 | 2018-06-12T20:43:26 | 2018-06-12T16:10:16 | NONE | null | Aliasing of columns in a select fails when the alias == the actual DB column name.
Results from the test case below show the problem. Look at the dict key for the 1st item in each result set. When the alias != the column name it's correct, but when the alias == the column name it's wrong. Instead of the proper alias the field name from the model is used.
```
Correct alias "AAA": [{'AAA': 0, 'A_b_alias': 0, 'c': 0}, {'AAA': 1, 'A_b_alias': 1, 'c': 1}, {'AAA': 2, 'A_b_alias': 2, 'c': 2}]
Incorrect alias, should be "a" [{'aa': 0, 'A_b_alias': 0, 'c': 0}, {'aa': 1, 'A_b_alias': 1, 'c': 1}, {'aa': 2, 'A_b_alias': 2, 'c': 2}]
Correct alias "AAA": [{'AAA': 0, 'A_b_alias': 0, 'c': 0, 'B_d_alias': 0, 'e': 0}, {'AAA': 1, 'A_b_alias': 1, 'c': 1, 'B_d_alias': 1, 'e': 1}, {'AAA': 2, 'A_b_alias': 2, 'c': 2, 'B_d_alias': 2, 'e': 2}]
Incorrect alias, should be "a" [{'aa': 0, 'A_b_alias': 0, 'c': 0, 'B_d_alias': 0, 'e': 0}, {'aa': 1, 'A_b_alias': 1, 'c': 1, 'B_d_alias': 1, 'e': 1}, {'aa': 2, 'A_b_alias': 2, 'c': 2, 'B_d_alias': 2, 'e': 2}]
```
```
from pathlib import Path
from peewee import *
from playhouse.sqlite_ext import *
ADMIN_PASSWORD = 'secret'
APP_DIR = Path(__file__).resolve().parent
DATABASE = APP_DIR/'alias_test.db'
db = SqliteDatabase(str(DATABASE))
db.connect()
class A(Model):
aa = IntegerField(column_name='a')
b = IntegerField()
c = IntegerField()
class Meta:
database = db
class B(Model):
a = IntegerField()
d = IntegerField()
e = IntegerField()
class Meta:
database = db
db.create_tables([A, B])
data = [(i, i, i) for i in range(3)]
A.insert_many(data, fields=[A.aa, A.b, A.c]).execute()
B.insert_many(data, fields=[B.a, B.d, B.e]).execute()
print('Correct alias "AAA": ', list(A.select(A.aa.alias('AAA'), A.b.alias('A_b_alias'), A.c).dicts().execute()))
print('Incorrect alias, should be "a"', list(A.select(A.aa.alias('a'), A.b.alias('A_b_alias'), A.c).dicts().execute()))
res = A.select(A.aa.alias('AAA'), A.b.alias('A_b_alias'), A.c,
B.d.alias('B_d_alias'), B.e) \
.join(B, on=(A.aa == B.a)).dicts().execute()
print('Correct alias "AAA": ', list(res.iterator()))
res = A.select(A.aa.alias('a'), A.b.alias('A_b_alias'), A.c,
B.d.alias('B_d_alias'), B.e) \
.join(B, on=(A.aa == B.a)).dicts().execute()
print('Incorrect alias, should be "a"', list(res.iterator()))
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1625/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1625/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1624 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1624/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1624/comments | https://api.github.com/repos/coleifer/peewee/issues/1624/events | https://github.com/coleifer/peewee/issues/1624 | 330,062,095 | MDU6SXNzdWUzMzAwNjIwOTU= | 1,624 | ManyToManyField doesn't create _through table | {
"login": "kpoman",
"id": 9864839,
"node_id": "MDQ6VXNlcjk4NjQ4Mzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9864839?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kpoman",
"html_url": "https://github.com/kpoman",
"followers_url": "https://api.github.com/users/kpoman/followers",
"following_url": "https://api.github.com/users/kpoman/following{/other_user}",
"gists_url": "https://api.github.com/users/kpoman/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kpoman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kpoman/subscriptions",
"organizations_url": "https://api.github.com/users/kpoman/orgs",
"repos_url": "https://api.github.com/users/kpoman/repos",
"events_url": "https://api.github.com/users/kpoman/events{/privacy}",
"received_events_url": "https://api.github.com/users/kpoman/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Ok ! I found the way:\r\n```\r\ndb.create_tables([Jeweler,\r\n SalePoint,\r\n Styles,\r\n Specialties,\r\n Jeweler.styles.get_through_model(),\r\n Jeweler.specialties.get_through_model()])\r\n```\r\nNow I'm trying to figure out how to populate a peewee object with data from a wtform ...",
"wtform questions not relevant, but glad you got it sorted."
] | 2018-06-06T23:02:13 | 2018-06-07T12:54:49 | 2018-06-07T12:54:49 | NONE | null | Hello, I am trying to implement a multiple choice of a class (Jeweler) for giving optional Style and Specialties choices. I did as follows:
```
import peewee
db = peewee.SqliteDatabase('theone_ai.sqlite', check_same_thread=False)
SPECIALTY_CHOICES = (
(0, 'Sur mesure'),
(1, 'Reparations'),
(2, 'Vente grandes marques'),
(3, 'Mise au gout bijoux existants'),
(4, 'Collections propres')
)
STYLE_CHOICES = (
(0, 'Romantique'),
(1, 'Contemporait'),
(2, 'Glam rock'),
(3, 'Art deco'),
(4, 'Classique')
)
class BaseModel(peewee.Model):
class Meta:
database = db
class Styles(BaseModel):
style = peewee.IntegerField(choices=STYLE_CHOICES)
class Specialties(BaseModel):
specialty = peewee.IntegerField(choices=SPECIALTY_CHOICES)
class Jeweler(BaseModel):
email = peewee.TextField()
name = peewee.TextField()
surname = peewee.TextField()
phone = peewee.TextField()
raison_sociale = peewee.TextField()
num_immatriculation = peewee.TextField()
adresse_siege = peewee.TextField()
nom_commercial = peewee.TextField()
styles = peewee.ManyToManyField(Styles, backref='jewelers')
specialties = peewee.ManyToManyField(Specialties, backref='jewelers')
```
I do create the tables but it doesn't create the _through ones, throwing peewee.OperationalError: no such table: jeweler_styles_through errors.
Is there a way to force peewee to create the auto-through tables ? | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1624/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1624/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1623 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1623/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1623/comments | https://api.github.com/repos/coleifer/peewee/issues/1623/events | https://github.com/coleifer/peewee/pull/1623 | 329,919,605 | MDExOlB1bGxSZXF1ZXN0MTkzMDUzMzY0 | 1,623 | Add an option to try to guess foreign keys | {
"login": "etiennepouliot",
"id": 5238993,
"node_id": "MDQ6VXNlcjUyMzg5OTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5238993?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/etiennepouliot",
"html_url": "https://github.com/etiennepouliot",
"followers_url": "https://api.github.com/users/etiennepouliot/followers",
"following_url": "https://api.github.com/users/etiennepouliot/following{/other_user}",
"gists_url": "https://api.github.com/users/etiennepouliot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/etiennepouliot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/etiennepouliot/subscriptions",
"organizations_url": "https://api.github.com/users/etiennepouliot/orgs",
"repos_url": "https://api.github.com/users/etiennepouliot/repos",
"events_url": "https://api.github.com/users/etiennepouliot/events{/privacy}",
"received_events_url": "https://api.github.com/users/etiennepouliot/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I'm not interested in this patch, but thanks."
] | 2018-06-06T15:29:05 | 2018-06-07T13:14:44 | 2018-06-07T13:14:44 | NONE | null | Sometimes the foreign keys constraint arent't defined in the databases. (old version of RoR for example).
With this options, it will try to guess foreign keys with the name of the tables and an "_id" suffix. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1623/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1623/timeline | null | null | false | {
"url": "https://api.github.com/repos/coleifer/peewee/pulls/1623",
"html_url": "https://github.com/coleifer/peewee/pull/1623",
"diff_url": "https://github.com/coleifer/peewee/pull/1623.diff",
"patch_url": "https://github.com/coleifer/peewee/pull/1623.patch",
"merged_at": null
} |
https://api.github.com/repos/coleifer/peewee/issues/1622 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1622/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1622/comments | https://api.github.com/repos/coleifer/peewee/issues/1622/events | https://github.com/coleifer/peewee/issues/1622 | 329,684,340 | MDU6SXNzdWUzMjk2ODQzNDA= | 1,622 | Override Model __repr__ | {
"login": "albireox",
"id": 568775,
"node_id": "MDQ6VXNlcjU2ODc3NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/568775?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albireox",
"html_url": "https://github.com/albireox",
"followers_url": "https://api.github.com/users/albireox/followers",
"following_url": "https://api.github.com/users/albireox/following{/other_user}",
"gists_url": "https://api.github.com/users/albireox/gists{/gist_id}",
"starred_url": "https://api.github.com/users/albireox/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/albireox/subscriptions",
"organizations_url": "https://api.github.com/users/albireox/orgs",
"repos_url": "https://api.github.com/users/albireox/repos",
"events_url": "https://api.github.com/users/albireox/events{/privacy}",
"received_events_url": "https://api.github.com/users/albireox/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Well, theoretically in your example you would just:\r\n\r\n```python\r\ndef __str__(self):\r\n return self.label\r\n```\r\n\r\nBut for \"complete\" control...yeah, not do-able at the moment.\r\n\r\nWhat happens when you implement a `__repr__` method on your model class? Are you *also* implementing `__str__()`?",
"Fixed it and added a test-case showing the behavior you described.",
"Hi coleifer,\r\n\r\nI think it is only half fixed. It now works to define `__repr__` on a model itselt, but not on an intermediate model:\r\n```\r\n#!/usr/bin/env python3\r\n\r\nfrom peewee import *\r\n\r\nclass MyBase(Model):\r\n label = CharField()\r\n def __repr__(self):\r\n print(\"__repr__ called\")\r\n return '[{0}: {1}]'.format(self.__class__, self.label)\r\n\r\nclass MyModel(MyBase):\r\n pass\r\n\r\nclass MyModel2(MyModel):\r\n def __repr__(self):\r\n print(\"__repr__ called\")\r\n return '[{0}: {1}]'.format(self.__class__, self.label)\r\n\r\n# Does not work\r\nm = MyModel(label = \"blah\")\r\nprint(repr(m))\r\nprint(MyBase.__repr__, MyModel.__repr__, m.__repr__, \"\\n\")\r\n\r\n# Works\r\nm = MyModel2(label = \"blah\")\r\nprint(repr(m))\r\nprint(MyModel2.__repr__, m.__repr__)\r\n```\r\nOutput:\r\n```\r\n<MyModel: None>\r\n<function MyBase.__repr__ at 0x7f4656b4b510> <function ModelBase.__new__.<locals>.<lambda> at 0x7f4656ab6378> <bound method ModelBase.__new__.<locals>.<lambda> of <MyModel: None>> \r\n\r\n__repr__ called\r\n[<Model: MyModel2>: blah]\r\n<function MyModel2.__repr__ at 0x7f4656ab6598> __repr__ called\r\n<bound method MyModel2.__repr__ of [<Model: MyModel2>: blah]>\r\n```\r\nThe `\"__repr__ called\"` in the second last line of the output is generated by `print(m.__repr__)` calling `__name__` on the bound function, which itself calls `repr` on the object that `m.__repr__` is bound to (that is `m`) btw.\r\n\r\nPeewee is really a nice library :). Very well designed!",
"@coleifer is it possible to fix the issue to be able to define `__repr__` on a parent model?"
] | 2018-06-06T02:04:07 | 2021-09-20T07:50:25 | 2018-06-07T13:20:16 | NONE | null | In peewee 2 I used to be able to override the `__repr__` of a Model by creating a custom class, for example
```python
class MyBase(Model):
def __repr__(self):
return '<{0}: {1}>'.format(self.__class__, self.label)
```
This doesn't seem to work anymore in peewee 3 because the `__repr__` is set in `ModelBase.__new__`. Is there a way to override this? I understand that it's still possible to override `__str__`, but I'd like to be able to control the whole string output. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1622/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1622/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1621 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1621/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1621/comments | https://api.github.com/repos/coleifer/peewee/issues/1621/events | https://github.com/coleifer/peewee/issues/1621 | 329,674,681 | MDU6SXNzdWUzMjk2NzQ2ODE= | 1,621 | Upsert documentation is incorrect | {
"login": "bmamouri",
"id": 6419173,
"node_id": "MDQ6VXNlcjY0MTkxNzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6419173?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmamouri",
"html_url": "https://github.com/bmamouri",
"followers_url": "https://api.github.com/users/bmamouri/followers",
"following_url": "https://api.github.com/users/bmamouri/following{/other_user}",
"gists_url": "https://api.github.com/users/bmamouri/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bmamouri/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bmamouri/subscriptions",
"organizations_url": "https://api.github.com/users/bmamouri/orgs",
"repos_url": "https://api.github.com/users/bmamouri/repos",
"events_url": "https://api.github.com/users/bmamouri/events{/privacy}",
"received_events_url": "https://api.github.com/users/bmamouri/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The tests have an example:\r\n\r\n```python\r\n def test_update(self):\r\n # Conflict on empno - we'll preserve name and update the ID. This will\r\n # overwrite the previous row and set a new ID.\r\n res = (Emp\r\n .insert(first='foo', last='bar', empno='125')\r\n .on_conflict(\r\n conflict_target=(Emp.empno,),\r\n preserve=(Emp.first, Emp.last),\r\n update={Emp.empno: '125.1'})\r\n .execute())\r\n self.assertData([\r\n ('huey', 'cat', '123'),\r\n ('zaizee', 'cat', '124'),\r\n ('foo', 'bar', '125.1')])\r\n\r\n # Conflicts on first/last name. The first name is preserved while the\r\n # last-name is updated. The new empno is thrown out.\r\n res = (Emp\r\n .insert(first='foo', last='bar', empno='126')\r\n .on_conflict(\r\n conflict_target=(Emp.first, Emp.last),\r\n preserve=(Emp.first,),\r\n update={Emp.last: 'baze'})\r\n .execute())\r\n self.assertData([\r\n ('huey', 'cat', '123'),\r\n ('zaizee', 'cat', '124'),\r\n ('foo', 'baze', '125.1')])\r\n```"
] | 2018-06-06T01:00:16 | 2018-06-07T12:50:32 | 2018-06-07T12:50:32 | NONE | null | Upsert [documentation](http://docs.peewee-orm.com/en/latest/peewee/querying.html?highlight=upsert#upsert) refers to `on_conflict` method, but that method does not support `conflict_target` parameter anymore.
It is very confusing on what is the right approach to upsert into Postgresql database. I used this and it worked for me:
```
aid = (Settings
.update(name='version', value=version)
.on_conflict()
.execute())
``` | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1621/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1621/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1620 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1620/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1620/comments | https://api.github.com/repos/coleifer/peewee/issues/1620/events | https://github.com/coleifer/peewee/issues/1620 | 329,307,199 | MDU6SXNzdWUzMjkzMDcxOTk= | 1,620 | BaseModelSelect.get does not accept a db | {
"login": "rammie",
"id": 554792,
"node_id": "MDQ6VXNlcjU1NDc5Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/554792?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rammie",
"html_url": "https://github.com/rammie",
"followers_url": "https://api.github.com/users/rammie/followers",
"following_url": "https://api.github.com/users/rammie/following{/other_user}",
"gists_url": "https://api.github.com/users/rammie/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rammie/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rammie/subscriptions",
"organizations_url": "https://api.github.com/users/rammie/orgs",
"repos_url": "https://api.github.com/users/rammie/repos",
"events_url": "https://api.github.com/users/rammie/events{/privacy}",
"received_events_url": "https://api.github.com/users/rammie/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"When dealing with anything `Model`-related, the convention throughout the code is to rely on the database in `Model._meta.database`. The lower-level query-builder APIs support an explicit database parameter, however. For consistency it would also probably needed to be added everywhere else a model query can be executed (implicitly or explicitly), which I am definitely not interested in doing.",
"For what it's worth, you can use `database.bind_ctx`:\r\n\r\nhttp://docs.peewee-orm.com/en/latest/peewee/api.html#Database.bind_ctx\r\n\r\nOr from the model:\r\n\r\nhttp://docs.peewee-orm.com/en/latest/peewee/api.html#Model.bind_ctx",
"Just for clarification, would you recommend against using code like `query.execute(replica_db)`?\r\n\r\nIt's just that we found that pattern very convenient when we migrated to using read replicas. We were able to leave the query generation unchanged and decide which database to hit later. The `bind_ctx` decorator is nice, but it requires us to know which models are used by the query at the time of choosing the database. Though this can be tackled by inspecting the query, that seems a bit undesirable. \r\n\r\nAmongst the methods supported by `ModelSelect`, the following all support a database parameter - `count`, `scalar`, `iterator`, `execute`, `dicts`, `tuples`, `peek`, `first`, `exists`. The `get` method, which is inherited from `BaseModelSelect.get` instead of `Select` is the only one I could find that does not support a database parameter. I understand the argument for consistency across the board, but it would be nice for it to be consistent amongst the methods exposed by `ModelSelect`. Unless of course you recommend against using `execute(db)` directly at all.\r\n\r\nIs there any chance you would you reconsider this change? please :). If you're ok with it I can put together a PR.\r\n\r\nStandard note of appreciation: Peewee is the best ORM I've ever used. Thank you so much for supporting it for so long!",
"Interesting...let me give this a think when I get back to my home in the next couple days.",
"Implemented for `ModelSelect.get()`, thanks for doing the work of looking into the existing APIs and showing where `database` is accepted. Appreciate it!",
"Thank you so much! Really appreciate this."
] | 2018-06-05T05:30:53 | 2018-06-14T15:05:04 | 2018-06-12T16:33:10 | NONE | null | Could `db` be added as an optional parameter to this function that would be passed to `clone.execute()`? -
https://github.com/coleifer/peewee/blob/master/peewee.py#L5724
This would allow us to have much cleaner code when fetching a single row from a replica. As always, thanks so much for peewee! | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1620/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1620/timeline | null | completed | null | null |
https://api.github.com/repos/coleifer/peewee/issues/1619 | https://api.github.com/repos/coleifer/peewee | https://api.github.com/repos/coleifer/peewee/issues/1619/labels{/name} | https://api.github.com/repos/coleifer/peewee/issues/1619/comments | https://api.github.com/repos/coleifer/peewee/issues/1619/events | https://github.com/coleifer/peewee/issues/1619 | 329,148,314 | MDU6SXNzdWUzMjkxNDgzMTQ= | 1,619 | Memory leak when using insert_many | {
"login": "rammie",
"id": 554792,
"node_id": "MDQ6VXNlcjU1NDc5Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/554792?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rammie",
"html_url": "https://github.com/rammie",
"followers_url": "https://api.github.com/users/rammie/followers",
"following_url": "https://api.github.com/users/rammie/following{/other_user}",
"gists_url": "https://api.github.com/users/rammie/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rammie/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rammie/subscriptions",
"organizations_url": "https://api.github.com/users/rammie/orgs",
"repos_url": "https://api.github.com/users/rammie/repos",
"events_url": "https://api.github.com/users/rammie/events{/privacy}",
"received_events_url": "https://api.github.com/users/rammie/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Very likely this did cause a memory issue, because peewee has to literally go through all the items and build up a sql string in-memory as well as a parameter list in-memory. Doing it one-at-a-time in a loop like your second example allows python gc to keep memory down. It's not a leak, just the nature of how it works. Another way you could do this would be to batch-insert them X at-a-time:\r\n\r\n```python\r\nwith db.database.atomic():\r\n # 100 at a time.\r\n for i in range(0, len(items), 100):\r\n item_slice = items[i:i + 100]\r\n SomeModel.insert_many(item_slice).execute()\r\n```",
"That makes sense. Though, here is what's picking at me. We call `gc.collect()` after each call to `insert_many` and then log process memory usage. It wasn't just that the process took more memory, it was that it kept growing after each subsequent call to `insert_many`. It seemed like objects were being generated that were not being collected (though I did not profile enough to confirm this).\r\n\r\nHow about this - I'll try to put together an isolated example that displays the same behavior and test it out against sqlite and postgres to see if it's a db driver issue, a peewee one, or a user error.",
"I put together a test script and it replicates the behavior in sqlite as well. Your suggestion helped drive down memory usage significantly, so I think you are absolutely right, and generating very large strings seems to be the issue. I've included the script for completeness, but am closing this issue. Thanks for the prompt response.\r\n\r\nRun in cpython 2.7.10\r\n```python\r\nimport gc\r\nimport os\r\nimport psutil\r\nfrom peewee import *\r\n\r\n# From: https://stackoverflow.com/a/1094933\r\ndef sizeof_fmt(num, suffix='B'):\r\n for unit in ['','Ki','Mi','Gi','Ti','Pi','Ei','Zi']:\r\n if abs(num) < 1024.0:\r\n return \"%3.1f%s%s\" % (num, unit, suffix)\r\n num /= 1024.0\r\n return \"%.1f%s%s\" % (num, 'Yi', suffix)\r\n\r\n\r\nsqlite_db = SqliteDatabase('test.db')\r\n\r\nclass SomeModel(Model):\r\n\r\n class Meta:\r\n database = sqlite_db\r\n\r\n a = IntegerField()\r\n b = TextField()\r\n\r\nSomeModel.create_table()\r\nSomeModel.delete().execute()\r\n\r\nfor i in xrange(50):\r\n rows = ({\"a\": 5, \"b\": \"Hello world\"} for i in xrange(5000))\r\n with sqlite_db.atomic():\r\n SomeModel.insert_many(rows).execute()\r\n # Uncomment and notice that memory consumption is flat\r\n # for r in rows:\r\n # SomeModel.insert(**r).execute()\r\n\r\n gc.collect()\r\n process = psutil.Process(os.getpid())\r\n print(\"Memory: %s\" % sizeof_fmt(process.memory_info().rss))\r\n```",
"You tha man, glad you got it working."
] | 2018-06-04T17:28:56 | 2018-06-07T13:00:56 | 2018-06-06T06:27:49 | NONE | null | We are ingesting a large feed of data and had issues with ingestion jobs running out of memory. After adding some instrumentation, we were able to narrow down the issue to the peewee insertion code. We replaced the following lines:
```python
with db.database.atomic():
SomeModel.insert_many(items).execute()
```
with
```python
with db.database.atomic():
for item in items:
SomeModel.insert(**item).execute()
```
This fixed our memory leak. We are using Postgres 9.6 as the database engine. Unfortunately, I did not have the time to put together an isolated example, but will do so if you think that will help. I hope this information will suffice and that this is indeed a peewee bug. Sorry for the sloppy bug report.
Edit:
Also, we routinely call gc.collect() during ingestion, so hopefully our leak was not gc related. My best guess is that a reference to the inserted rows is left behind somewhere in insert_many. | {
"url": "https://api.github.com/repos/coleifer/peewee/issues/1619/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/coleifer/peewee/issues/1619/timeline | null | completed | null | null |
Subsets and Splits