lp:~cjwatson/storm/case-sensitive-like-helpers

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/storm/case-sensitive-like-helpers
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
Storm
Status:
Merged

Recent revisions

566. By Colin Watson

Add optional case_sensitive argument to several Like helpers.

Comparable.startswith, Comparable.endswith, and Comparable.contains_string
are convenience wrappers around Like, but none of them supported the
case_sensitive option which Like supports on PostgreSQL. This made using
PostgreSQL's ILIKE extension somewhat cumbersome in places: see
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/394702
for a verbose workaround that would be simpler with the aid of this patch
(e.g. `POMsgID.msgid.contains_string(text, case_sensitive=False)`).

565. By Colin Watson

Release Storm 0.24.

564. By Colin Watson

Add docstrings for storm.event.EventSystem. [r=ilasc]

563. By Colin Watson

Add docstring for storm.uri.URI. [r=ilasc]

562. By Colin Watson

Add block_access to storm.store.__all__. [r=ilasc]

561. By Colin Watson

Add more docstrings to storm.references. [r=ilasc]

560. By Colin Watson

Add docstrings for more classes in storm.properties. [r=ilasc]

559. By Colin Watson

Convert CaptureTracer to the improved API in fixtures >= 1.3.0. [r=ilasc]

558. By Colin Watson

Add doc-requirements.txt for readthedocs builds.

557. By Colin Watson

Improve various docstrings, mainly fixing reST/epytext syntax. [r=ilasc,doismellburning]

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:storm
This branch contains Public information 
Everyone can see this information.

Subscribers