psycopg2
Insert python list into Postgres database
I am having trouble in formatting the li开发者_运维知识库st for insertion using psycopg. Here is a sample of code i am trying to do.[详细]
2023-04-13 09:29 分类:问答Issue for insert using psycopg
I am reading dat开发者_JAVA技巧a from a .mat file using the Pytables module. After reading the data, I want to insert this data into the database using psycopg.[详细]
2023-04-11 13:44 分类:问答Error Saving geodjango PointField
I have a geo model with a PointField property. Everything works perfectly locally, but when I try to save an instance on the server, I get the following error:[详细]
2023-04-10 18:54 分类:问答"undefined symbol: _PyObject_NextNotImplemented" error when loading psycopg2 module
environment: Ubuntu 10.04 LTS build Python 2.7.2 wi开发者_如何学编程th ./configure --with-zlib --enable-unicode=ucs4[详细]
2023-04-08 01:09 分类:问答Testing postgres database accessibility from django
I am using the django ORM with a postgres database. A small group of users interact with it using import and export scripts. The database is only available on our intranet. If someone tries to use the[详细]
2023-04-07 17:14 分类:问答psycopg2 (insert, update) writing problem
I can send select queries with any problem but wh开发者_如何学Pythonen I send update and insert queries it start to wait the thread and don\'t respond anymore. I couldn\'t be sure but it seems like a[详细]
2023-04-06 03:04 分类:问答Psycopg2 not linked correctly, wrong includes or something?
I\'m having trouble in getting Django work with a postgresl database on my webhosting provider. My situ开发者_运维技巧ation is as follows: I have an account on my webhosting provider, I do not have r[详细]
2023-04-02 13:08 分类:问答psycopg2 register_composite from sqlalchemy
is it possible to somehow use function register_composite from psycopg2, when i am using开发者_开发百科 sqlalchemy to connect to postgresql database?[详细]
2023-04-01 06:51 分类:问答Insert date from wxdatepickerctrl to database
self.dateEntry = wx.GenericDatePickerCtrl(self, -1, size=(120,20), pos=(90,185), style = wx.TAB_TRAVERSAL[详细]
2023-03-31 07:44 分类:问答django/postgres: Transaction managed block ended with pending COMMIT/ROLLBACK
I want to run manage.py sqldiff myapp (command from django extension), but I get the following error:[详细]
2023-03-28 05:54 分类:问答