Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
api-dev
/
ServiceStack
Public
forked from
ServiceStack/ServiceStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ServiceStack
src
ServiceStack.Server
AutoQueryFeature.cs
on
master
User selector
All users
All time
Commit history
Commits on May 23, 2016
Change AutoQuery to use shared string.ChangeTo(Type) ext method
mythz
committed
e6c454f
View commit details
Copy full SHA for e6c454f
View code at this point
Browse repository at this point
Change SplitOnFirst/SplitOnLast to use new LeftPart/LastRightPart APIs to reduce allocs
mythz
committed
d136f4c
View commit details
Copy full SHA for d136f4c
View code at this point
Browse repository at this point
Commits on May 5, 2016
Fix AutoQuery to handle RDBMS's with custom naming strategy like pgsql
mythz
committed
9b411c3
View commit details
Copy full SHA for 9b411c3
View code at this point
Browse repository at this point
Commits on May 4, 2016
Change preference to StripUpperInLike that defaults to OrmLiteConfig.StripUpperInLike
mythz
committed
a7b14e8
View commit details
Copy full SHA for a7b14e8
View code at this point
Browse repository at this point
Commits on May 3, 2016
Add CaseInsensitiveSearches flag to AutoQuery to disable case-insensitive searches
mythz
committed
bde5a97
View commit details
Copy full SHA for bde5a97
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Force deprecate and rename of IAutoQuery to IAutoQueryDb
mythz
committed
ed2558d
View commit details
Copy full SHA for ed2558d
View code at this point
Browse repository at this point
Deprecate IAutoQuery and rename to IAutoQueryDb to follow naming conventions
mythz
committed
8fc6472
View commit details
Copy full SHA for 8fc6472
View code at this point
Browse repository at this point
Commits on Mar 22, 2016
Change Fields to also control whether related references are included
mythz
committed
2da8956
View commit details
Copy full SHA for 2da8956
View code at this point
Browse repository at this point
Commits on Mar 16, 2016
Refactor AQD to move to ServiceStack proj so external providers only have to reference ServiceStack.dll
mythz
committed
a5916bf
View commit details
Copy full SHA for a5916bf
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Extract QueryCondition utils into CompareTypesUtils and implement initial aggregate functions support
mythz
committed
1faaa4c
View commit details
Copy full SHA for 1faaa4c
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
Add AllFields tests
mythz
committed
2c0b70c
View commit details
Copy full SHA for 2c0b70c
View code at this point
Browse repository at this point
Refactor AutoQueryFeature to use new dto/q nomenclature
mythz
committed
7414263
View commit details
Copy full SHA for 7414263
View code at this point
Browse repository at this point
Refactor QueryFilters order by importance with q as first arg and IRequest as last arg
mythz
committed
b619c6f
View commit details
Copy full SHA for b619c6f
View code at this point
Browse repository at this point
Refactor Query to QueryDb
mythz
committed
1df8676
View commit details
Copy full SHA for 1df8676
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
Extract AutoQueryMetadataFeature into a separate plugin that both AQ and AQData can auto register
mythz
committed
4dc4d66
View commit details
Copy full SHA for 4dc4d66
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
Separate IQueryDb from IQuery to allow for multiple IQuery implementations
mythz
committed
81583f8
View commit details
Copy full SHA for 81583f8
View code at this point
Browse repository at this point
Commits on Feb 28, 2016
Add MetadataFilter to AutoQueryFeature
mythz
committed
53a8c6d
View commit details
Copy full SHA for 53a8c6d
View code at this point
Browse repository at this point
Commits on Feb 21, 2016
Add new AutoQueryViewerUserInfo metadata for metadata specific to a user
mythz
committed
a28be80
View commit details
Copy full SHA for a28be80
View code at this point
Browse repository at this point
Look for AutoQuery metadata in all types
mythz
committed
ada3cda
View commit details
Copy full SHA for ada3cda
View code at this point
Browse repository at this point
Keep reference to initial AppHost assemblies + load them in AutoQuery if not already as a AppHost w/o Services wont have it
mythz
committed
df5b098
View commit details
Copy full SHA for df5b098
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
Change AutoQueryConventions to include type to limit the search criteria for
mythz
committed
02e1e79
View commit details
Copy full SHA for 02e1e79
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Try fix CI build error by updating SS.Interfaces
mythz
committed
67dd466
View commit details
Copy full SHA for 67dd466
View code at this point
Browse repository at this point
Add MergeRequestParams() to revert to previous GetRequestParams() behavior of concatenating duplicate keys in , delim string
mythz
committed
e7ad663
View commit details
Copy full SHA for e7ad663
View code at this point
Browse repository at this point
Add support for selecting partial fields in AutoQuery with ?fields=field1,field2
mythz
committed
f297aeb
View commit details
Copy full SHA for f297aeb
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
Add support for multiple conditions in AutoQuery using the same param name
mythz
committed
5834b6d
View commit details
Copy full SHA for 5834b6d
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
Don't change response for autoquery metadata on server
mythz
committed
d08ad0b
View commit details
Copy full SHA for d08ad0b
View code at this point
Browse repository at this point
Return MaxLimit in AutoQuery metadata service
mythz
committed
459da97
View commit details
Copy full SHA for 459da97
View code at this point
Browse repository at this point
Add default formats for autoquery
mythz
committed
ae99fe2
View commit details
Copy full SHA for ae99fe2
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Force AutoQuery Metadata to have predictable json response
mythz
committed
7e18f59
View commit details
Copy full SHA for 7e18f59
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Add friendlier CreateQuery Overloads for AutoQuery
mythz
committed
10f0bd8
View commit details
Copy full SHA for 10f0bd8
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
Allow IRequest to be null
mythz
committed
f242fd1
View commit details
Copy full SHA for f242fd1
View code at this point
Browse repository at this point
Change to Resolve DbConnection from AppHost if Request is available
mythz
committed
4028587
View commit details
Copy full SHA for 4028587
View code at this point
Browse repository at this point
Commits on Jan 24, 2016
Add [NamedConnection] support in AutoQuery
mythz
committed
bd37d87
View commit details
Copy full SHA for bd37d87
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
remove unnecessary default AutoQuery constructor
mythz
committed
c2a790f
View commit details
Copy full SHA for c2a790f
View code at this point
Browse repository at this point
Commits on Dec 8, 2015
Add support for querying null using arg with no value ?Field=
mythz
committed
ca4abdb
View commit details
Copy full SHA for ca4abdb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.