Skip to content

issues Search Results · repo:bloomberg/python-comdb2 language:Python

Filter by

16 results
 (66 ms)

16 results

inbloomberg/python-comdb2 (press backspace or delete to remove)

The dbapi2.Cursor._description can be null, so the accessor should be an Optional type. from comdb2 import dbapi2 conn = dbapi2.connect( .... ) cursor = conn.cursor() type(cursor.description) ...
  • jsurany
  • Opened 
    12 days ago
  • #89

Leverage pytz-deprecation-shim to break our dependency on pytz but minimize user disruption. We ve held off on this for a long time due to the risk of breaking end user code that s relying on the timezone ...
  • godlygeek
  • 1
  • Opened 
    on Jan 28
  • #86

cdb2api supports binding parameters by index. Could that be ported to the cdb2 library? Could be implemented as handle.execute(query, [ParameterValue]) and/or handle.execute(query, {int: ParameterValue}) ...
  • chands10
  • Opened 
    on Dec 18, 2024
  • #82

This helper method should be part of the lib: def escape_like(text: str) - str: Escape text for like. :param text: the raw text :return: escaped text return text.replace( ...
  • gaborbernat
  • 2
  • Opened 
    on Nov 6, 2024
  • #81

For new applications/databases it might make sense to not have to deal with this historic artifact. DatetimeUS can trip up some downstream libraries like pydantic/fastapi.
  • gaborbernat
  • Opened 
    on Nov 6, 2024
  • #80

Is your feature request related to a problem? Please describe. type checking tooling doesn t do well in assigning the types of dictionaries when its values take on more than one type. parameters = { foo ...
  • jsurany
  • Opened 
    on Sep 23, 2024
  • #78

Describe the bug In the documentation, https://bloomberg.github.io/python-comdb2/dbapi2.html#comdb2.dbapi2.Cursor.fetchall, it says it returns a list, but in vscode, when I do reveal_type, i get a Sequence. ...
  • Saharsh-R
  • 2
  • Opened 
    on Aug 1, 2024
  • #70

Comdb2 now supports this parameter style, and it s easier to use (and doesn t require escaping % characters in the query itself). Investigate whether there s a migration path to recommending this parameter ...
enhancement
  • godlygeek
  • Opened 
    on Feb 28, 2024
  • #61

As described in Issue #42 there was a proposed solution for having a Class Row Factory. Alongside the conversations happened there, there was a concern regarding type checking for the attributes of the ...
  • ms2892
  • Opened 
    on Feb 6, 2024
  • #60

As was raised with #58, having the type hints in a separate file, which was helpful when we supported python2.7 so that we could use a more reasonable syntax, is no longer helpful and makes it hard to ...
  • sarahmonod
  • 1
  • Opened 
    on Jan 25, 2024
  • #59
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub