~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to lib/sqlalchemy/sql/compiler.py

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-10-18 00:02:50 UTC
  • mfrom: (1.4.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20111018000250-prowqcleosluapxg
Tags: 0.7.3-2
remove build-indep from build target's dependencies (closes: 645697)

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
                    s for s in 
446
446
                    (c._compiler_dispatch(self, **kwargs) 
447
447
                    for c in clauselist.clauses)
448
 
                    if s is not None)
 
448
                    if s)
449
449
 
450
450
    def visit_case(self, clause, **kwargs):
451
451
        x = "CASE "