Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 609587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:34:57+00:00 2026-05-13T17:34:57+00:00

How does one use binary data (BLOB type column) in SQLAlchemy. I just created

  • 0

How does one use binary data (BLOB type column) in SQLAlchemy.

I just created a table with fields key, val, where val is BLOB and when I query the table, SQLAlchemy returns:

<read-only buffer for 0x83c3040, size -1, offset 0 at 0x83c3120>

How do I use this read-only buffer?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:34:58+00:00Added an answer on May 13, 2026 at 5:34 pm

    You can iterate over it (e.g. for streaming it) or convert it to a string/binary if you want to have the whole binary in memory (which shouldn’t be a problem as long as you are not dealing with movies in the database…)

    >>> from sqlalchemy.util import buffer
    >>> var = buffer('foo')
    >>> var
    <read-only buffer for 0xb727fb00, size -1, offset 0 at 0xb727fa80>
    >>> str(var)
    'foo'
    >>> for i in var:
    ...   print i
    ... 
    f
    o
    o
    

    Regards,
    Christoph

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How does one set boost::posix_time::duration to positive infinite? The class contains an is_pos_infinite function,
How does one shrink a file in C? For example, if I open a
How does one obtain the UITableViewCell when within the heightForRowAtIndexPath method, i.e. given the
I have some data files that are written as tag = value, where tag
I'd like to implement the following data structure in c++ (pseudo code): Map<Integer, Integer>
I'm trying to use the API of a web service provider. They don't have
I am trying to capture sub-strings from a string that looks similar to 'some
This is my first post, I'm new to this site, but I've been lurking
I am trying to make a proxy server that gets a page from www.xxx.com
I have few queries related to read()/pread() system calls in a multithreaded environment I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.