Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6618959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:54:18+00:00 2026-05-25T20:54:18+00:00

When NHibernate logs its SQL, it uses aliases for all the columns it retrieves

  • 0

When NHibernate logs its SQL, it uses aliases for all the columns it retrieves e.g.

SELECT menuitems0_.menuSectionId as menuSect6_1_

I was just wondering if it’s possible to omit the alias information to make the SQL a bit clearer e.g.

SELECT menuitems.menuSectionId

This would help a lot when I am doing a demonstration to other people, as it will be easier to show them what NHibernate is doing under the hood.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T20:54:18+00:00Added an answer on May 25, 2026 at 8:54 pm

    I don’t think it is possible to remove aliases but you can make output look a lot nicer if you use ‘FormatSql’ option. Set it to true when configuring session factory

    config.SetProperty(Environment.ConnectionString, "...")
    config.SetProperty(Environment.ShowSql, "true")
    config.SetProperty(Environment.FormatSql, "true")
    

    So the output would look like this:

    SELECT
        this_.ID as ID58_0_,
        this_.Name as Name58_0_,
        ...
    FROM
        MyTable this_ 
    WHERE
        this_.Name = @p0;
    

    Or use NHibernate Profiler for demo purposes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The application I'm debugging writes randomly/occasionally this exception in its logs. org.hibernate.util.JDBCExceptionReporter - SQL
NHibernate is not really a good fit for our environment due to all the
Using NHibernate from C# and only HQL (not SQL) in a way that is
Does nHibernate create code that has all the details of the column? I know
I have an empty app.config file, but I still get NHibernate debug logs NHibernate:
Lots of times in Java logs I'll get something like: Caused by: java.sql.BatchUpdateException: failed
We have an WCF application which uses NHibernate to query data from the database.
I have an ASP.NET app that logs Audit reports using nHibernate's IPreUpdateListener. In order
NHibernate is driving me 'Nuts'!!! I have the following mapping. Which returns this error
NHibernate Version: 2.1 I'm using what seems to be a pretty standard HttpModule approach

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.