SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
0
votes
1answer
43 views
SqlAlchemy look-ahead caching?
Edit: Main Topic:
Is there a way I can force SqlAlchemy to pre-populate the session as far as it can? Syncronize as much state from the database as possible (there will be no DB updates at this ...
0
votes
1answer
25 views
Connecting to a firebird superserver on windows using sqlalchemy
I am trying to connect to a firebird super server.I have the fdb package installed.
I am trying
from sqlalchemy import create_engine
engine = create_engine ('localhost:c:\fdbb\school.fdb')
I get ...
0
votes
1answer
15 views
sqlalchemy - get number of entries that will be committed, dry run
I make a tool with sqlalchemy that copies entries from one base to another. I want to add "dry run" option, so instead of real committing, it would just print a number of entries that would be ...
0
votes
0answers
17 views
Accessing Postgres Namespaces from SQLAlchemy
Is it possible to create Postgresql namespaces for sets of tables from SQLAlchemy?
0
votes
1answer
34 views
add an object in sqlalchemy with relationship
I want to add a object into database using relationship, the code is blow:
the code run in eclipse, database is postgresql
from sqlalchemy import Table, MetaData, Column, ForeignKey, Integer, ...
0
votes
1answer
47 views
Flask and SQLAlchemy Questions
I am currently using Flask and SQLAlchemy to create a web application.
However, I am in the process of creating a User model with passwords and usernames. Do I need to find my own libraries to salt ...
2
votes
3answers
49 views
How to check whether SQLAlchemy session is dirty or not
I have a SQLAlchemy Session object and would like to know whether it is dirty or not. The exact question what I would like to (metaphorically) ask the Session is: "If at this point I issue a commit() ...
0
votes
0answers
28 views
Structuring a SQLAlchemy CRUD Application
I've been writing my first application of a fair size (~ 4000 lines) and my first application that uses a database for persistence. It uses Python + SQLAlchemy. I've been struggling with the structure ...
0
votes
1answer
23 views
Compare Dates With SQLAlchemy One-To-Many Relationships
How do you compare dates for one-to-many SQLAlchemy relationships?
Basically for my model structure, there is a one to many relationship between Team and Player:
class Team(db.Model):
...
-1
votes
0answers
24 views
Pyamid object level authorisation [closed]
I want to have object available authorisation in the Pyramid Framework. I looked at the cookbook tutorial as to how to do it. But there they have defined the models as object whereas I am using ...
0
votes
1answer
28 views
Sqlalchemy — Group by a relationship field
I wish to construct a query that has something like this
I would have 2 models A, B
B has a many to one relationship with A (There are many B's to one A).
I want my query to return something like ...
0
votes
1answer
44 views
Comparing Dates with SQLAlchemy, SQLite
I am writing an application that uses SQLAlchemy with an SQLite database. I believe my database, tables, and mapping are configured correctly because other operations work as expected. I am trying ...
0
votes
0answers
54 views
SQLAlchemy A conflicting state is already present in the identity map for key
I'm using the Flask-SqlAlchemy extension around SQLAlchemy to work with a SQLite database in Python.
I have a many-to-many relationship set up between "Format" and "Movie" models. I have successfully ...
1
vote
1answer
21 views
Remapping an SQLAlchemy inheritance relation to a different postgres schema
If I have a simple join-based inheritance relationship in SQLAlchemy that I've replicated between schemas using "SET search_path", how can I access them simultaneously in order to do a copy between ...
1
vote
0answers
45 views
Is Google App Engine NDB and SQLAlchemy similar? [closed]
I am a big fan of Python. I am learning to write web apps, and I chose GAE to place my app (due to many reasons: free tier, simple-to-start, etc). I am developing based on ...
1
vote
0answers
26 views
Avoid retrieving object to delete in many to many rel SQLAlchemy
Is there a way to avoid retrieving an object to delete in many-to-many relationship?
assign = Table('manytomany', Base.metadata,
Column('pid', String(...), ForeignKey('parent.pid')),
...
0
votes
2answers
49 views
SQLAlchemy / Python / Pyramid Write To Database Issue
The problem:
I am working on a bit of code that is meant to create a new record in a linking table. The linking table has a primary key that is an auto number, the other two fields are VARCHAR with a ...
2
votes
1answer
33 views
SQLAlchemy attribute error when filtering by list attributes **SOLVED**
After searching and trying different things I can't seem to figure out what I'm doing wrong here. What I intended to happen was fill orderServicesFull with a Services object filled with database data ...
0
votes
1answer
106 views
Using SQLAlchemy on App Engine development server
I have seen some questions about using SQLAlchemy on App Engine to connect to Google Cloud SQL. But I'm not sure if it is possible to develop using a local MySQL database and the existing SQLAlchemy ...
1
vote
2answers
67 views
parsing nested logic from strings in python
I need to turn a string of the form:
'a==1&&(b==2||(c==3||d==4&&e==5)&&f==6)||(g==7&&h==8)'
into sqlalchemy logic to be filtered (via or_ and and_). The first step ...
1
vote
1answer
23 views
Accessing extra column in many-to-many relationship with simplified association objects
I'm trying to work with the example in the SQLAlchemy docs: Simplifying Association Objects
What I am struggling with understanding is how I can access the special_key. Ultimately I'd like to be able ...
0
votes
1answer
24 views
How to cast a child instance from a parent instance in SQLalchemy with joined inheritance
Given a simple joined inheritance in SQLAlchemy, what's the simplest way to "cast" an instance of the superclass to it's subclass?
The obvious way is to check the discriminator on the superclass and ...
0
votes
0answers
22 views
SQLAlchemy : Building dynamic joins for a query
I'd want to make an API that takes in parameter a list of columns from different tables and build the query correctly.
I don't know what I should do specify to SQLAlchemy how it will determine the ...
1
vote
1answer
47 views
SQLAlchemy filter in_ operator
I am trying to do a simple filter operation on a query in sqlalchemy, like this:
q = session.query(Genotypes).filter(Genotypes.rsid.in_(inall))
where
inall is a list of strings
Genotypes is ...
0
votes
1answer
61 views
SQLAlchemy with Google Cloud SQL connect to development server
I am using SQLAlchemy 0.8 with Google App Engine and Cloud SQL. I would like to do a full integration test locally before deploying, but I cannot get SQLAlchemy to connect to my development MySQL ...
1
vote
1answer
34 views
SQLAlchemy __init__ not runnning
I have the following code:
session = scoped_session(sessionmaker(autocommit=False, autoflush=True, bind=engine))
Base = declarative_base()
Base.query = session.query_property()
class ...
0
votes
1answer
13 views
Getting the description of the database with sqlalchemy
How can I find out the desciption of the database with sqlalchemy much like django's
sqlall command .
$ python manage.py sqlall
Can I run something similar to sqlall in turbogears admin or with ...
0
votes
0answers
38 views
Using postgresql xml data type with sqlalchemy
SqlAlchemy supports most database specific data types via dialects, but I could not find anything to work with the postgresql xml column type. Does somebody know a working solution. Idealy it should ...
1
vote
1answer
72 views
How to get a SQLAlchemy session managed by zope.transaction that has the same scope as a http request but that does not close automatically on commit?
I have a Pyramid web application with some form pages that reads data from database and write to it as well.
The application uses SQLAlchemy with a PostgreSQL database and here is how I setup the ...
0
votes
1answer
96 views
AttributeError: 'int' object has no attribute '_sa_instance_state'
I'm working on forum template using Flask. When I attempt creating a new thread in the browser using forms, SQLAlchemy throws an AttributeError. The problem showed up when I tried implementing a ...
0
votes
0answers
15 views
SQLAlchemy join two records from one table into one record
My web application does have an image gallery. I have a table called gallery_images that contains single image records that are grouped together to an image gallery. That's no problem so I'll ignored ...
1
vote
1answer
122 views
“unexpected EOF on client connection” with Flask and SQLAlchemy
I'm using the sql abstraction layer of sqlalchemy with Flask, following the pattern indicated here http://flask.pocoo.org/docs/patterns/sqlalchemy/
engine = create_engine('postgresql://' + DB_USER + ...
0
votes
1answer
50 views
Many to many helper table not being created in unit tests
I have a Flask app that uses SQLAlchemy and I'm having trouble getting my many to many relations working with my unit tests.
In my setUp method I create my app and initialise my database like this:
...
0
votes
1answer
38 views
SQLite PRAGMA foreign_keys with SQLAlchemy
I need to change the value of PRAGMA foreign_keys to 'off' before I do some operations, but then I would like to turn it right back 'on'.
Ultimately, I have only just gotten familiar with the ORM ...
0
votes
1answer
55 views
What needs to be installed along with google appengine for sqlalchemy / google cloud sql api?
I tried the recommendations in Can SQLAlchemy be used with Google Cloud SQL? to bring up an external connection to google cloud sql using sqlalchemy.
To allow visibility of google appengine packages ...
0
votes
1answer
42 views
translate from SQL to SQLAlchemy
i have the following sql script.
SELECT *
FROM movies
LEFT JOIN possession
ON movies.id = possession.movie_id
AND possession.master_id = ?
WHERE possession.id is NULL
ORDER BY movies.id DESC
and ...
0
votes
1answer
18 views
SqlAlchemy: Refer to the bound session from an object?
Suppose I am using a declarative object like the following:
class MyObject(DeclarativeBase):
...
other_object_id = Column(Integer, ForeignKey('other_object.id'))
other_object = ...
0
votes
0answers
49 views
Flask unit tests with SQLAlchemy and PostgreSQL exhausts db connections
I'm running a suite of fairly straightforward test cases using Flask, SQLAlchemy, and PostgreSQL. Using an application factory, I've defined a base unit test class like so:
class ...
0
votes
1answer
42 views
SqlAlchemy: Join onto another object
My little website has a table of comments and a table of votes. Each user of the website gets to vote once on each comment.
When displaying comments to the user, I will select from the comments table ...
2
votes
1answer
37 views
SQLAlchemy modelling a constraint based on a dictionary
i have a table like this:
class Sample(Base):
__tablename__ = 'sample'
id = Column(Integer, primary_key=True)
type = Column(Enum(u'Lion', u'Tiger', name='types'))
color = ...
0
votes
0answers
16 views
SQLAlchemy:What synonym() function really does in Object Mapper
I am new to SQLAlchemy, I came across reading this synonym() function which I don't understand what it really does and when to use this function in Object Mapping.
Here is that example code which ...
1
vote
1answer
59 views
Inserting relationships into a table which connects 3 tables with many to many relationships with SQLALchemy - python
Below you can see how some tables of my database are related.
As you can see the table in the middle is connecting 3 tables with many-to-many relationships...
One gene can be expressed in more ...
0
votes
1answer
34 views
Default value ignored in non-nullable column
I'm trying to create a new boolean, non-nullable column (with default=True) in a table with the following SQL alchemy script:
from sqlalchemy import MetaData, Table, Boolean, Column
def ...
1
vote
1answer
52 views
flask sqlalchemy querying a column with not equals
I can query my seats table for all seats where there is no invite assigned:
seats = Seat.query.filter_by(invite=None).all()
However, when querying for all seats that have an invite assigned, I get ...
3
votes
1answer
66 views
SQLAlchemy memory leak when instrumented objects not commited (e.g. rollbacked)
resolved not an issue, was caused by the presence of:
def __del__(self):
print "deleted!"
in the model class. As soon as I removed it from the model class, I cannot experiment any problems with ...
1
vote
0answers
62 views
SQLAlchemy audit logging; how to handle deletes?
I'm using a modified version of the versioning code example that comes with SQLAlchemy to record a user id and date on changes. However, I also want to modify it so deletes are done by marking a ...
1
vote
1answer
83 views
Invalid Syntax class Template(metaclass=_TemplateMetaclass) with mod_wsgi, apache and sqlalchemy
I have a script where I import:
from bottle import route, request
from sqlalchemy import create_engine, MetaData
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import ...
2
votes
1answer
26 views
SqlAlchemy: Convert inherited type from one to another
Let's say I have two different types both on the same database table (single table inheritance):
class Employee(db.Model):
id = db.Column(db.Integer, primary_key = True)
name = ...
0
votes
1answer
29 views
SQLAlchemy relationship with association_proxy problems
I've been wading through many website to try to understand what's going on, but I really need some direct help. I'm sorry if I missed something obvious in the docs.
Here's what I'm trying to do ...
0
votes
1answer
57 views
SQLAlchemy: about self referential relation (error: no attribute '_sa_instance_state')
I want to implement some many to many and self referential mapping kind like the graph of keywords in a keyword net. For example, "apple" is a child of "juicy fruits", at the same time, "apple" is the ...
