# File lib/tapkit/access/sql.rb, line 550
                def sql_for_attribute( attribute )
                        column = attribute.column_name
                        if use_aliases? then
                                "#{@aliases['']}.#{column}"
                        else
                                column
                        end
                end