Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global: support for LocalProxy objects #36

Merged
merged 1 commit into from
Jun 28, 2016

Conversation

jirikuncar
Copy link
Member

Signed-off-by: Jiri Kuncar jiri.kuncar@cern.ch

@jirikuncar jirikuncar added this to the v1.0.0 milestone Jun 27, 2016
@jirikuncar jirikuncar force-pushed the 33-localproxy branch 2 times, most recently from 5f9295e to 62967cf Compare June 27, 2016 13:42
@coveralls
Copy link

coveralls commented Jun 27, 2016

Coverage Status

Coverage decreased (-3.9%) to 96.124% when pulling 62967cf on jirikuncar:33-localproxy into 9d93baa on inveniosoftware:master.

@coveralls
Copy link

coveralls commented Jun 27, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling f831ad7 on jirikuncar:33-localproxy into 9d93baa on inveniosoftware:master.

@coveralls
Copy link

coveralls commented Jun 27, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling f831ad7 on jirikuncar:33-localproxy into 9d93baa on inveniosoftware:master.

@coveralls
Copy link

coveralls commented Jun 27, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling f831ad7 on jirikuncar:33-localproxy into 9d93baa on inveniosoftware:master.

@tiborsimko
Copy link
Member

Can you please look at some of the failed tests? For example:

    def __getattr__(self, name):
        if name == '__members__':
            return dir(self._get_current_object())
>       return getattr(self._get_current_object(), name)
E       AttributeError: 'int' object has no attribute 'translate'

* Adds `LocalProxy` adapter for SQLite and PostgreSQL.  (closes inveniosoftware#33)

Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
@tiborsimko tiborsimko merged commit 600757f into inveniosoftware:master Jun 28, 2016
@jirikuncar jirikuncar deleted the 33-localproxy branch June 30, 2016 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

types: support for LocalProxy on PostgreSQL
4 participants