All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clickntap.square.sql.mysql_auth.sql Maven / Gradle / Ivy

[%
var n = 1;
function aw() {
	if(n == 1) {
		n++;
		return 'where';
	} else {
		return 'and';
	}
}
%]
[%f(objects).each(function(object){%]
[%if(object.name == q.bo){%]
select [%f(object.columns).each(function(column){%]`[%=column.name%]` as `[%=q.camel(column.name)%]`, [%})%]
from [%=name%]_[%=object.name%]
where username = [%=q.param('username')%] and password = [%=q.param('password_md5')%]
[%}%]
[%})%]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy